Skip to content

Commit 4deac65

Browse files
committed
Bump yarl and aiohttp pip packages.
1 parent 1c83bdc commit 4deac65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.4.0
88
# via aiohttp
9-
aiohttp==3.10.5
9+
aiohttp==3.10.*
1010
# via -r requirements.in
1111
aiomysql==0.2.0
1212
# via databases
@@ -479,5 +479,5 @@ wrapt==1.16.0
479479
# via
480480
# deprecated
481481
# testcontainers
482-
yarl==1.9.10
482+
yarl==1.12.*
483483
# via aiohttp

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.4.0
88
# via aiohttp
9-
aiohttp==3.10.5
9+
aiohttp==3.10.*
1010
# via -r requirements.in
1111
aiomysql==0.2.0
1212
# via databases
@@ -338,5 +338,5 @@ websockets==13.0.1
338338
# via uvicorn
339339
wrapt==1.16.0
340340
# via deprecated
341-
yarl==1.9.10
341+
yarl==1.12.*
342342
# via aiohttp

0 commit comments

Comments
 (0)