diff --git a/requirements/base-ft.txt b/requirements/base-ft.txt index 1ded7c15a45..0c14b4f836f 100644 --- a/requirements/base-ft.txt +++ b/requirements/base-ft.txt @@ -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 diff --git a/requirements/base.txt b/requirements/base.txt index 812b41366f1..710cd8f7f6d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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 diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 063d2cbe655..62daf40ff83 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/dev.txt b/requirements/dev.txt index 87ad532db85..9d6235496dd 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/lint.txt b/requirements/lint.txt index 0e27dcc65bd..071768ae054 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/runtime-deps.txt b/requirements/runtime-deps.txt index 11e0ba3c487..680de25772b 100644 --- a/requirements/runtime-deps.txt +++ b/requirements/runtime-deps.txt @@ -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 diff --git a/requirements/test-common.txt b/requirements/test-common.txt index 99ce2ff4d9c..ed836a54582 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -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 diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index 5d04cf0b389..5442fbddd15 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -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 @@ -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 diff --git a/requirements/test-mobile.txt b/requirements/test-mobile.txt index adb9e2e8778..7ed2f1f2710 100644 --- a/requirements/test-mobile.txt +++ b/requirements/test-mobile.txt @@ -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 diff --git a/requirements/test.txt b/requirements/test.txt index ee0e2fd3f57..4e09b2860a3 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -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 @@ -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