From 870ea67610b6f6832af5d6883aacc86e78953713 Mon Sep 17 00:00:00 2001 From: FasterSpeeding Date: Tue, 1 Oct 2024 19:05:59 +0100 Subject: [PATCH] Upgrade dependency locks (#945) Co-authored-by: always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com> --- dev-requirements/constraints.txt | 6 +++--- dev-requirements/tests.txt | 6 +++--- dev-requirements/type-checking.txt | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-requirements/constraints.txt b/dev-requirements/constraints.txt index 52b94743e..7c0e87f04 100644 --- a/dev-requirements/constraints.txt +++ b/dev-requirements/constraints.txt @@ -4,9 +4,9 @@ # # pip-compile-cross-platform dev-requirements/constraints.in --output-file dev-requirements/constraints.txt --min-python-version 3.9.0,<3.13 --generate-hashes # -aiohappyeyeballs==2.4.2 ; python_full_version >= "3.9.0" and python_version < "3.13" \ - --hash=sha256:4ca893e6c5c1f5bf3888b04cb5a3bee24995398efef6e0b9f747b5e89d84fd74 \ - --hash=sha256:8522691d9a154ba1145b157d6d5c15e5c692527ce6a53c5e5f9876977f6dab2f +aiohappyeyeballs==2.4.3 ; python_full_version >= "3.9.0" and python_version < "3.13" \ + --hash=sha256:75cf88a15106a5002a8eb1dab212525c00d1f4c0fa96e551c9fbe6f09a621586 \ + --hash=sha256:8a7a83727b2756f394ab2895ea0765a0a8c475e3c71e98d43d76f22b4b435572 aiohttp==3.10.8 ; python_full_version >= "3.9.0" and python_version < "3.13" \ --hash=sha256:10c7932337285a6bfa3a5fe1fd4da90b66ebfd9d0cbd1544402e1202eb9a8c3e \ --hash=sha256:177126e971782769b34933e94fddd1089cef0fe6b82fee8a885e539f5b0f0c6a \ diff --git a/dev-requirements/tests.txt b/dev-requirements/tests.txt index 9f03dab81..846ee82b1 100644 --- a/dev-requirements/tests.txt +++ b/dev-requirements/tests.txt @@ -4,9 +4,9 @@ # # pip-compile-cross-platform dev-requirements/tests.in --output-file dev-requirements/tests.txt --min-python-version 3.9.0,<3.13 --generate-hashes # -aiohappyeyeballs==2.4.2 ; python_full_version >= "3.9.0" and python_version < "3.13" \ - --hash=sha256:4ca893e6c5c1f5bf3888b04cb5a3bee24995398efef6e0b9f747b5e89d84fd74 \ - --hash=sha256:8522691d9a154ba1145b157d6d5c15e5c692527ce6a53c5e5f9876977f6dab2f +aiohappyeyeballs==2.4.3 ; python_full_version >= "3.9.0" and python_version < "3.13" \ + --hash=sha256:75cf88a15106a5002a8eb1dab212525c00d1f4c0fa96e551c9fbe6f09a621586 \ + --hash=sha256:8a7a83727b2756f394ab2895ea0765a0a8c475e3c71e98d43d76f22b4b435572 aiohttp==3.10.8 ; python_full_version >= "3.9.0" and python_version < "3.13" \ --hash=sha256:10c7932337285a6bfa3a5fe1fd4da90b66ebfd9d0cbd1544402e1202eb9a8c3e \ --hash=sha256:177126e971782769b34933e94fddd1089cef0fe6b82fee8a885e539f5b0f0c6a \ diff --git a/dev-requirements/type-checking.txt b/dev-requirements/type-checking.txt index b70486807..994276865 100644 --- a/dev-requirements/type-checking.txt +++ b/dev-requirements/type-checking.txt @@ -4,9 +4,9 @@ # # pip-compile-cross-platform dev-requirements/type-checking.in --output-file dev-requirements/type-checking.txt --min-python-version 3.9.0,<3.13 --generate-hashes # -aiohappyeyeballs==2.4.2 ; python_full_version >= "3.9.0" and python_version < "3.13" \ - --hash=sha256:4ca893e6c5c1f5bf3888b04cb5a3bee24995398efef6e0b9f747b5e89d84fd74 \ - --hash=sha256:8522691d9a154ba1145b157d6d5c15e5c692527ce6a53c5e5f9876977f6dab2f +aiohappyeyeballs==2.4.3 ; python_full_version >= "3.9.0" and python_version < "3.13" \ + --hash=sha256:75cf88a15106a5002a8eb1dab212525c00d1f4c0fa96e551c9fbe6f09a621586 \ + --hash=sha256:8a7a83727b2756f394ab2895ea0765a0a8c475e3c71e98d43d76f22b4b435572 aiohttp==3.10.8 ; python_full_version >= "3.9.0" and python_version < "3.13" \ --hash=sha256:10c7932337285a6bfa3a5fe1fd4da90b66ebfd9d0cbd1544402e1202eb9a8c3e \ --hash=sha256:177126e971782769b34933e94fddd1089cef0fe6b82fee8a885e539f5b0f0c6a \