Skip to content

Commit

Permalink
⬆️ Update httpx requirement from ~=0.25.0 to ~=0.25.1 (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 4, 2023
1 parent 813582a commit 57e1960
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aries-cloudcontroller==0.9.0.post1
base58~=2.1.1
fastapi~=0.104.0
fastapi_websocket_pubsub~=0.3.8
httpx~=0.25.0
httpx~=0.25.1
loguru~=0.7.0
pydantic~=2.4.2
pyjwt~=2.8.0
Expand Down
2 changes: 1 addition & 1 deletion endorser/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aries-cloudcontroller==0.9.0.post1
fastapi_websocket_pubsub~=0.3.8
httpx~=0.25.0
httpx~=0.25.1
loguru~=0.7.0
typing-extensions~=4.8.0
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ anyio>=3.7.1
assertpy==1.1
beautifulsoup4~=4.12.2
black~=23.10.1
httpx~=0.25.0
httpx~=0.25.1
isort~=5.12.0
lxml~=4.9.3
mockito~=1.4.0
Expand Down
2 changes: 1 addition & 1 deletion trustregistry/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastapi~=0.104.0
httpx~=0.25.0
httpx~=0.25.1
loguru~=0.7.0
psycopg2-binary~=2.9.6
pydantic~=2.4.2
Expand Down
2 changes: 1 addition & 1 deletion webhooks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aries-cloudcontroller==0.9.0.post1
dependency-injector~=4.41.0
fastapi~=0.104.0
fastapi_websocket_pubsub~=0.3.8
httpx~=0.25.0
httpx~=0.25.1
loguru~=0.7.0
sse-starlette~=1.6.1
starlette>=0.27.0
Expand Down

0 comments on commit 57e1960

Please sign in to comment.