We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ade4e commit db0dbf6Copy full SHA for db0dbf6
ci-constraints-requirements.txt
@@ -12,7 +12,11 @@ attrs==25.3.0
12
# via nox
13
babel==2.17.0
14
# via sphinx
15
-build==1.2.2.post1
+build==1.2.2.post1 ; python_full_version < '3.9'
16
+ # via
17
+ # cryptography (pyproject.toml)
18
+ # check-sdist
19
+build==1.3.0 ; python_full_version >= '3.9'
20
# via
21
# cryptography (pyproject.toml)
22
# check-sdist
@@ -26,7 +30,7 @@ check-sdist==1.2.0
26
30
# via cryptography (pyproject.toml)
27
31
click==8.1.8 ; python_full_version < '3.10'
28
32
29
-click==8.2.1 ; python_full_version >= '3.10'
33
+click==8.2.2 ; python_full_version >= '3.10'
34
35
colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
36
0 commit comments