Skip to content

Commit

Permalink
Bump yarl and aiohttp pip packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
milo-hyben committed Nov 21, 2024
1 parent 1c83bdc commit 4deac65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
aiohttp==3.10.*
# via -r requirements.in
aiomysql==0.2.0
# via databases
Expand Down Expand Up @@ -479,5 +479,5 @@ wrapt==1.16.0
# via
# deprecated
# testcontainers
yarl==1.9.10
yarl==1.12.*
# via aiohttp
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
aiohttp==3.10.*
# via -r requirements.in
aiomysql==0.2.0
# via databases
Expand Down Expand Up @@ -338,5 +338,5 @@ websockets==13.0.1
# via uvicorn
wrapt==1.16.0
# via deprecated
yarl==1.9.10
yarl==1.12.*
# via aiohttp

0 comments on commit 4deac65

Please sign in to comment.