Skip to content

Commit

Permalink
chore: Bump aiohttp version (#26789)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias authored Dec 11, 2024
1 parent 48ee0e1 commit b24d6b3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
13 changes: 11 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements-dev.in -o requirements-dev.txt
aiohttp==3.9.3
aiohappyeyeballs==2.4.4
# via
# -c requirements.txt
# aiohttp
aiohttp==3.11.10
# via
# -c requirements.txt
# aioresponses
Expand Down Expand Up @@ -378,6 +382,11 @@ pprintpp==0.4.0
# via pytest-icdiff
prance==23.6.21.0
# via -r requirements-dev.in
propcache==0.2.1
# via
# -c requirements.txt
# aiohttp
# yarl
protobuf==4.22.1
# via
# -c requirements.txt
Expand Down Expand Up @@ -672,7 +681,7 @@ wrapt==1.15.0
# deprecated
xxhash==3.5.0
# via datasets
yarl==1.9.4
yarl==1.18.3
# via
# -c requirements.txt
# aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - `uv pip compile requirements.in -o requirements.txt`
# - `uv pip compile requirements-dev.in -o requirements-dev.txt`
#
aiohttp>=3.9.0
aiohttp==3.11.10
aioboto3==12.0.0
aiokafka>=0.8
antlr4-python3-runtime==4.13.1
Expand Down
10 changes: 8 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ aiobotocore==2.7.0
# via
# aioboto3
# s3fs
aiohttp==3.9.3
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.11.10
# via
# -r requirements.in
# aiobotocore
Expand Down Expand Up @@ -468,6 +470,10 @@ prometheus-client==0.14.1
# via django-prometheus
prompt-toolkit==3.0.39
# via click-repl
propcache==0.2.1
# via
# aiohttp
# yarl
proto-plus==1.22.3
# via google-cloud-bigquery-storage
protobuf==4.22.1
Expand Down Expand Up @@ -800,7 +806,7 @@ xmlsec==1.3.13
# via
# -r requirements.in
# python3-saml
yarl==1.9.4
yarl==1.18.3
# via aiohttp
zeep==4.2.1
# via simple-salesforce
Expand Down

0 comments on commit b24d6b3

Please sign in to comment.