Skip to content

Commit

Permalink
downgrades httpx again
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 28, 2024
1 parent daf9304 commit e955c45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions services/payments/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ httpcore==1.0.7
# via httpx
httptools==0.6.4
# via uvicorn
httpx==0.28.0
httpx==0.27.2
# via
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../packages/models-library/requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
Expand Down Expand Up @@ -499,7 +499,9 @@ six==1.16.0
# ecdsa
# python-dateutil
sniffio==1.3.1
# via anyio
# via
# anyio
# httpx
sqlalchemy==1.4.54
# via
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
Expand Down
3 changes: 2 additions & 1 deletion services/payments/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ httpcore==1.0.7
# via
# -c requirements/_base.txt
# httpx
httpx==0.28.0
httpx==0.27.2
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
Expand Down Expand Up @@ -160,6 +160,7 @@ sniffio==1.3.1
# -c requirements/_base.txt
# anyio
# asgi-lifespan
# httpx
sqlalchemy==1.4.54
# via
# -c requirements/../../../requirements/constraints.txt
Expand Down

0 comments on commit e955c45

Please sign in to comment.