Skip to content

Commit

Permalink
Fix py ver constraint (#442)
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 7, 2024
1 parent d2f508f commit 02e2e73
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 67 deletions.
4 changes: 2 additions & 2 deletions dev-requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# This file is autogenerated by pip-compile-cross-platform
# To update, run:
#
# pip-compile-cross-platform dev-requirements/constraints.in --output-file dev-requirements/constraints.txt --min-python-version 3.9.0,<3.14A --generate-hashes
# pip-compile-cross-platform dev-requirements/constraints.in --output-file dev-requirements/constraints.txt --min-python-version 3.9.0,<3.14 --generate-hashes
#
typing-extensions==4.12.2 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
typing-extensions==4.12.2 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \
--hash=sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8
46 changes: 23 additions & 23 deletions dev-requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# This file is autogenerated by pip-compile-cross-platform
# To update, run:
#
# pip-compile-cross-platform dev-requirements/tests.in --output-file dev-requirements/tests.txt --min-python-version 3.9.0,<3.14A --generate-hashes
# pip-compile-cross-platform dev-requirements/tests.in --output-file dev-requirements/tests.txt --min-python-version 3.9.0,<3.14 --generate-hashes
#
anyio==4.6.0 ; python_version >= "3.9" and python_version < "3.14A" \
anyio==4.6.0 ; python_version >= "3.9" and python_version < "3.14" \
--hash=sha256:137b4559cbb034c477165047febb6ff83f390fc3b20bf181c1fc0a728cb8beeb \
--hash=sha256:c7d2e9d63e31599eeb636c8c5c03a7e108d73b345f064f1c19fdc87b79036a9a
attrs==24.2.0 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
attrs==24.2.0 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346 \
--hash=sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2
cffi==1.17.1 ; os_name == "nt" and implementation_name != "pypy" and python_full_version >= "3.9.0" and python_version < "3.14A" \
cffi==1.17.1 ; os_name == "nt" and implementation_name != "pypy" and python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8 \
--hash=sha256:0984a4925a435b1da406122d4d7968dd861c1385afe3b45ba82b750f229811e2 \
--hash=sha256:0e2b1fac190ae3ebfe37b979cc1ce69c81f4e4fe5746bb401dca63a9062cdaf1 \
Expand Down Expand Up @@ -78,10 +78,10 @@ cffi==1.17.1 ; os_name == "nt" and implementation_name != "pypy" and python_full
--hash=sha256:f79fc4fc25f1c8698ff97788206bb3c2598949bfe0fef03d299eb1b5356ada99 \
--hash=sha256:f7f5baafcc48261359e14bcd6d9bff6d4b28d9103847c9e136694cb0501aef87 \
--hash=sha256:fc48c783f9c87e60831201f2cce7f3b2e4846bf4d8728eabe54d60700b318a0b
colorama==0.4.6 ; python_full_version >= "3.9.0" and python_version < "3.14A" and sys_platform == "win32" \
colorama==0.4.6 ; python_full_version >= "3.9.0" and python_version < "3.14" and sys_platform == "win32" \
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
coverage[toml]==7.6.1 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
coverage[toml]==7.6.1 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:06a737c882bd26d0d6ee7269b20b12f14a8704807a01056c80bb881a4b2ce6ca \
--hash=sha256:07e2ca0ad381b91350c0ed49d52699b625aab2b44b65e1b4e02fa9df0e92ad2d \
--hash=sha256:0c0420b573964c760df9e9e86d1a9a622d0d27f417e1a949a8a66dd7bcee7bc6 \
Expand Down Expand Up @@ -157,58 +157,58 @@ coverage[toml]==7.6.1 ; python_full_version >= "3.9.0" and python_version < "3.1
exceptiongroup==1.2.2 ; python_version >= "3.9" and python_version < "3.11" \
--hash=sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b \
--hash=sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc
execnet==2.1.1 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
execnet==2.1.1 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:26dee51f1b80cebd6d0ca8e74dd8745419761d3bef34163928cbebbdc4749fdc \
--hash=sha256:5189b52c6121c24feae288166ab41b32549c7e2348652736540b9e6e7d4e72e3
idna==3.10 ; python_version >= "3.9" and python_version < "3.14A" \
idna==3.10 ; python_version >= "3.9" and python_version < "3.14" \
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
--hash=sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3
iniconfig==2.0.0 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
iniconfig==2.0.0 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 \
--hash=sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374
mock==5.1.0 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
mock==5.1.0 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:18c694e5ae8a208cdb3d2c20a993ca1a7b0efa258c247a1e565150f477f83744 \
--hash=sha256:5e96aad5ccda4718e0a229ed94b2024df75cc2d55575ba5762d31f5767b8767d
outcome==1.3.0.post0 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
outcome==1.3.0.post0 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:9dcf02e65f2971b80047b377468e72a268e15c0af3cf1238e6ff14f7f91143b8 \
--hash=sha256:e771c5ce06d1415e356078d3bdd68523f284b4ce5419828922b6871e65eda82b
packaging==24.1 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
packaging==24.1 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
pluggy==1.5.0 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
pluggy==1.5.0 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \
--hash=sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669
pycparser==2.22 ; os_name == "nt" and implementation_name != "pypy" and python_full_version >= "3.9.0" and python_version < "3.14A" \
pycparser==2.22 ; os_name == "nt" and implementation_name != "pypy" and python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6 \
--hash=sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc
pytest-cov==5.0.0 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
pytest-cov==5.0.0 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652 \
--hash=sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857
pytest-sugar==1.0.0 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
pytest-sugar==1.0.0 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:6422e83258f5b0c04ce7c632176c7732cab5fdb909cb39cca5c9139f81276c0a \
--hash=sha256:70ebcd8fc5795dc457ff8b69d266a4e2e8a74ae0c3edc749381c64b5246c8dfd
pytest-timeout==2.3.1 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
pytest-timeout==2.3.1 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:12397729125c6ecbdaca01035b9e5239d4db97352320af155b3f5de1ba5165d9 \
--hash=sha256:68188cb703edfc6a18fad98dc25a3c61e9f24d644b0b70f33af545219fc7813e
pytest-xdist==3.6.1 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
pytest-xdist==3.6.1 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:9ed4adfb68a016610848639bb7e02c9352d5d9f03d04809919e2dafc3be4cca7 \
--hash=sha256:ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d
pytest==8.3.3 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
pytest==8.3.3 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181 \
--hash=sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2
sniffio==1.3.1 ; python_version >= "3.9" and python_version < "3.14A" \
sniffio==1.3.1 ; python_version >= "3.9" and python_version < "3.14" \
--hash=sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2 \
--hash=sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc
sortedcontainers==2.4.0 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
sortedcontainers==2.4.0 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88 \
--hash=sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0
termcolor==2.5.0 ; python_version >= "3.9" and python_version < "3.14A" \
termcolor==2.5.0 ; python_version >= "3.9" and python_version < "3.14" \
--hash=sha256:37b17b5fc1e604945c2642c872a3764b5d547a48009871aea3edd3afa180afb8 \
--hash=sha256:998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f
tomli==2.0.2 ; python_full_version >= "3.9.0" and python_full_version <= "3.11.0a6" \
--hash=sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38 \
--hash=sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed
trio==0.26.2 ; python_full_version >= "3.9.0" and python_version < "3.14A" \
trio==0.26.2 ; python_full_version >= "3.9.0" and python_version < "3.14" \
--hash=sha256:0346c3852c15e5c7d40ea15972c4805689ef2cb8b5206f794c9c19450119f3a4 \
--hash=sha256:c5237e8133eb0a1d72f09a971a55c28ebe69e351c783fc64bc37db8db8bbe1d0
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "3.11" \
Expand Down
Loading

0 comments on commit 02e2e73

Please sign in to comment.