Skip to content

Commit db0dbf6

Browse files
authored
Bump build and click deps which dependabot can't (#13235)
1 parent 64ade4e commit db0dbf6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ci-constraints-requirements.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ attrs==25.3.0
1212
# via nox
1313
babel==2.17.0
1414
# via sphinx
15-
build==1.2.2.post1
15+
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'
1620
# via
1721
# cryptography (pyproject.toml)
1822
# check-sdist
@@ -26,7 +30,7 @@ check-sdist==1.2.0
2630
# via cryptography (pyproject.toml)
2731
click==8.1.8 ; python_full_version < '3.10'
2832
# via cryptography (pyproject.toml)
29-
click==8.2.1 ; python_full_version >= '3.10'
33+
click==8.2.2 ; python_full_version >= '3.10'
3034
# via cryptography (pyproject.toml)
3135
colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
3236
# via

0 commit comments

Comments
 (0)