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
2 changes: 1 addition & 1 deletion 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.22.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.0.1 ; 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
2 changes: 1 addition & 1 deletion 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.22.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.0.1 ; 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
10 changes: 4 additions & 6 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.22.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.0.1 ; 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 @@ -69,7 +69,7 @@ coverage==7.15.2
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==49.0.0
cryptography==50.0.0
# via trustme
cython==3.2.9
# via -r requirements/cython.in
Expand Down Expand Up @@ -168,9 +168,7 @@ pip-tools==7.6.0
pkgconfig==1.6.0
# via -r requirements/test-common-base.in
platformdirs==4.11.0
# via
# python-discovery
# virtualenv
# via virtualenv
pluggy==1.6.0
# via
# pytest
Expand Down Expand Up @@ -238,7 +236,7 @@ pytest-xdist==3.8.0
# via -r requirements/test-common.in
python-dateutil==2.9.0.post0
# via freezegun
python-discovery==1.5.0
python-discovery==1.5.1
# via virtualenv
python-on-whales==0.81.0
# via
Expand Down
10 changes: 4 additions & 6 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.22.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.0.1 ; 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 @@ -69,7 +69,7 @@ coverage==7.15.2
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==49.0.0
cryptography==50.0.0
# via trustme
distlib==0.4.3
# via virtualenv
Expand Down Expand Up @@ -165,9 +165,7 @@ pip-tools==7.6.0
pkgconfig==1.6.0
# via -r requirements/test-common-base.in
platformdirs==4.11.0
# via
# python-discovery
# virtualenv
# via virtualenv
pluggy==1.6.0
# via
# pytest
Expand Down Expand Up @@ -233,7 +231,7 @@ pytest-xdist==3.8.0
# via -r requirements/test-common.in
python-dateutil==2.9.0.post0
# via freezegun
python-discovery==1.5.0
python-discovery==1.5.1
# via virtualenv
python-on-whales==0.81.0
# via
Expand Down
10 changes: 4 additions & 6 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.22.0
aiofastnet==1.0.1
# via -r requirements/lint.in
aiohappyeyeballs==2.7.1
# via aiohttp
Expand Down Expand Up @@ -34,7 +34,7 @@ cffi==2.1.0
# pycares
cfgv==3.5.0
# via pre-commit
cryptography==49.0.0
cryptography==50.0.0
# via trustme
distlib==0.4.3
# via virtualenv
Expand Down Expand Up @@ -85,9 +85,7 @@ packaging==26.2
pathspec==1.1.1
# via mypy
platformdirs==4.11.0
# via
# python-discovery
# virtualenv
# via virtualenv
pluggy==1.6.0
# via pytest
pre-commit==4.6.1
Expand Down Expand Up @@ -127,7 +125,7 @@ pytest-mock==3.15.1
# via -r requirements/lint.in
python-dateutil==2.9.0.post0
# via freezegun
python-discovery==1.5.0
python-discovery==1.5.1
# via virtualenv
python-on-whales==0.81.0
# via -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion 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.22.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.0.1 ; 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
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ coverage==7.15.2
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==49.0.0
cryptography==50.0.0
# via trustme
exceptiongroup==1.3.1
# via pytest
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.22.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.0.1 ; 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 @@ -42,7 +42,7 @@ coverage==7.15.2
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==49.0.0
cryptography==50.0.0
# via trustme
exceptiongroup==1.3.1
# via
Expand Down
2 changes: 1 addition & 1 deletion 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.22.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.0.1 ; 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
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.22.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
aiofastnet==1.0.1 ; 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 @@ -42,7 +42,7 @@ coverage==7.15.2
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==49.0.0
cryptography==50.0.0
# via trustme
exceptiongroup==1.3.1
# via
Expand Down
Loading