Skip to content

Commit

Permalink
last upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Dec 2, 2024
1 parent f6963cb commit 4e55c7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
12 changes: 5 additions & 7 deletions services/catalog/requirements/_base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aio-pika==9.5.0
aio-pika==9.5.1
# via -r requirements/../../../packages/service-library/requirements/_base.in
aiocache==0.12.3
# via
Expand All @@ -12,7 +12,7 @@ aiofiles==24.1.0
# via -r requirements/../../../packages/service-library/requirements/_base.in
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.11.7
aiohttp==3.11.8
# 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 @@ -129,7 +129,7 @@ httpcore==1.0.7
# via httpx
httptools==0.6.4
# via uvicorn
httpx==0.27.2
httpx==0.28.0
# 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 @@ -325,7 +325,7 @@ propcache==0.2.0
# via
# aiohttp
# yarl
protobuf==5.28.3
protobuf==5.29.0
# via
# googleapis-common-protos
# opentelemetry-proto
Expand Down Expand Up @@ -460,9 +460,7 @@ shellingham==1.5.4
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
# via anyio
sqlalchemy==1.4.54
# via
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
Expand Down
7 changes: 3 additions & 4 deletions services/catalog/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiohappyeyeballs==2.4.3
# via
# -c requirements/_base.txt
# aiohttp
aiohttp==3.11.7
aiohttp==3.11.8
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
Expand Down Expand Up @@ -47,7 +47,7 @@ coverage==7.6.8
# via pytest-cov
docker==7.1.0
# via -r requirements/_test.in
faker==33.0.0
faker==33.1.0
# via -r requirements/_test.in
frozenlist==1.5.0
# via
Expand All @@ -66,7 +66,7 @@ httpcore==1.0.7
# via
# -c requirements/_base.txt
# httpx
httpx==0.27.2
httpx==0.28.0
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
Expand Down Expand Up @@ -175,7 +175,6 @@ 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 4e55c7e

Please sign in to comment.