Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiofastnet==0.19.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.7.1
# via -r requirements/runtime-deps.in
Expand Down Expand Up @@ -50,5 +50,5 @@ typing-extensions==4.16.0 ; python_version < "3.13"
# aiosignal
# exceptiongroup
# multidict
yarl==1.24.2
yarl==1.24.5
# via -r requirements/runtime-deps.in
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiofastnet==0.19.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.7.1
# via -r requirements/runtime-deps.in
Expand Down Expand Up @@ -52,5 +52,5 @@ typing-extensions==4.16.0 ; python_version < "3.13"
# multidict
uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
yarl==1.24.2
yarl==1.24.5
# via -r requirements/runtime-deps.in
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in
aiofastnet==0.19.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -337,7 +337,7 @@ virtualenv==21.6.1
# via pre-commit
wheel==0.47.0
# via pip-tools
yarl==1.24.2
yarl==1.24.5
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in
aiofastnet==0.19.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via
# -r requirements/lint.in
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -327,7 +327,7 @@ virtualenv==21.6.1
# via pre-commit
wheel==0.47.0
# via pip-tools
yarl==1.24.2
yarl==1.24.5
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==4.0.4
# via -r requirements/lint.in
aiofastnet==0.19.0
aiofastnet==0.20.0
# via -r requirements/lint.in
aiohappyeyeballs==2.7.1
# via aiohttp
Expand Down Expand Up @@ -168,7 +168,7 @@ valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.6.1
# via pre-commit
yarl==1.24.2
yarl==1.24.5
# via aiohttp
zlib-ng==1.0.0
# via -r requirements/lint.in
4 changes: 2 additions & 2 deletions requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiofastnet==0.19.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.7.1
# via -r requirements/runtime-deps.in
Expand Down Expand Up @@ -46,5 +46,5 @@ typing-extensions==4.16.0 ; python_version < "3.13"
# aiosignal
# exceptiongroup
# multidict
yarl==1.24.2
yarl==1.24.5
# via -r requirements/runtime-deps.in
2 changes: 1 addition & 1 deletion requirements/test-common-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ typing-extensions==4.16.0
# exceptiongroup
# multidict
# pytest-asyncio
yarl==1.24.2
yarl==1.24.5
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ typing-extensions==4.16.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
yarl==1.24.2
yarl==1.24.5
# via aiohttp
zlib-ng==1.0.0
# via -r requirements/test-common.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiofastnet==0.19.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.7.1
# via
Expand Down Expand Up @@ -172,7 +172,7 @@ typing-extensions==4.16.0 ; python_version < "3.13"
# typing-inspection
typing-inspection==0.4.2
# via pydantic
yarl==1.24.2
yarl==1.24.5
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-mobile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiofastnet==0.19.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.7.1
# via
Expand Down Expand Up @@ -119,7 +119,7 @@ typing-extensions==4.16.0 ; python_version < "3.13"
# exceptiongroup
# multidict
# pytest-asyncio
yarl==1.24.2
yarl==1.24.5
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiofastnet==0.19.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==0.20.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.7.1
# via
Expand Down Expand Up @@ -174,7 +174,7 @@ typing-inspection==0.4.2
# via pydantic
uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
yarl==1.24.2
yarl==1.24.5
# via
# -r requirements/runtime-deps.in
# aiohttp
Expand Down
Loading