Skip to content

Commit

Permalink
⬆️ Update httpx requirement from ~=0.25.1 to ~=0.26.0 (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 0e75e59 commit d076a17
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.11.0.post0
base58~=2.1.1
fastapi~=0.109.0
fastapi_websocket_pubsub~=0.3.8
httpx~=0.25.1
httpx~=0.26.0
loguru~=0.7.0
pydantic~=2.5.1
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,6 +1,6 @@
aries-cloudcontroller==0.11.0.post0
fastapi_websocket_pubsub~=0.3.8
httpx~=0.25.1
httpx~=0.26.0
loguru~=0.7.0
pydantic~=2.5.1
typing-extensions~=4.9.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.12.0
httpx~=0.25.1
httpx~=0.26.0
isort~=5.13.2
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.109.0
httpx~=0.25.1
httpx~=0.26.0
loguru~=0.7.0
psycopg2-binary~=2.9.6
pydantic~=2.5.1
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.11.0.post0
dependency-injector~=4.41.0
fastapi~=0.109.0
fastapi_websocket_pubsub~=0.3.8
httpx~=0.25.1
httpx~=0.26.0
loguru~=0.7.0
pydantic~=2.5.1
sse-starlette~=1.8.2
Expand Down

0 comments on commit d076a17

Please sign in to comment.