Skip to content

Commit

Permalink
Upgrade dependency locks (#945)
Browse files Browse the repository at this point in the history
Co-authored-by: always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com>
  • Loading branch information
FasterSpeeding and always-on-duty[bot] authored Oct 1, 2024
1 parent c6bc7a0 commit 870ea67
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions dev-requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions dev-requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions dev-requirements/type-checking.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 870ea67

Please sign in to comment.