Skip to content

Commit

Permalink
chore(deps): update dependency aiohttp to v3.10.2 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 13, 2024
1 parent af6a158 commit c2459a4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
8 changes: 5 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
#
# pip-compile requirements-dev.in
#
aiohttp==3.8.6
aiohappyeyeballs==2.4.0
# via
# -r requirements.txt
# aiohttp
aiohttp==3.10.2
# via -r requirements.txt
aiosignal==1.3.1
# via
Expand All @@ -25,7 +29,6 @@ asgi-correlation-id==4.3.3
async-timeout==4.0.3
# via
# -r requirements.txt
# aiohttp
# asyncpg
asyncpg==0.29.0
# via -r requirements.txt
Expand All @@ -51,7 +54,6 @@ cffi==1.16.0
charset-normalizer==3.3.1
# via
# -r requirements.txt
# aiohttp
# commitizen
# requests
click==8.1.7
Expand Down
8 changes: 5 additions & 3 deletions requirements-export.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
#
# pip-compile requirements-export.in
#
aiohttp==3.8.6
aiohappyeyeballs==2.4.0
# via
# -r requirements.txt
# aiohttp
aiohttp==3.10.2
# via -r requirements.txt
aiosignal==1.3.1
# via
Expand All @@ -23,7 +27,6 @@ asgi-correlation-id==4.3.3
async-timeout==4.0.3
# via
# -r requirements.txt
# aiohttp
# asyncpg
asyncpg==0.29.0
# via -r requirements.txt
Expand All @@ -48,7 +51,6 @@ cffi==1.16.0
charset-normalizer==3.3.1
# via
# -r requirements.txt
# aiohttp
# requests
click==8.1.7
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.8.6
aiohttp==3.10.2
alembic==1.13.2
asgi-correlation-id==4.3.3
asyncpg==0.29.0
Expand Down
12 changes: 5 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#
# pip-compile requirements.in
#
aiohttp==3.8.6
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.2
# via -r requirements.in
aiosignal==1.3.1
# via aiohttp
Expand All @@ -18,9 +20,7 @@ anyio==3.7.1
asgi-correlation-id==4.3.3
# via -r requirements.in
async-timeout==4.0.3
# via
# aiohttp
# asyncpg
# via asyncpg
asyncpg==0.29.0
# via -r requirements.in
attrs==23.1.0
Expand All @@ -34,9 +34,7 @@ certifi==2023.7.22
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.1
# via
# aiohttp
# requests
# via requests
click==8.1.7
# via
# -r requirements.in
Expand Down

0 comments on commit c2459a4

Please sign in to comment.