Skip to content

Commit dc15404

Browse files
alexclaude
andauthored
Bump downstream dependencies in CI (#13895)
Updates: - click 8.3.0 -> 8.3.1 for Python >= 3.10 - coverage 7.11.3 -> 7.12.0 for Python >= 3.10 Co-authored-by: Claude <[email protected]>
1 parent 5265abf commit dc15404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-constraints-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ check-sdist==1.3.0 ; python_full_version >= '3.9'
3434
# via cryptography (pyproject.toml)
3535
click==8.1.8 ; python_full_version < '3.10'
3636
# via cryptography (pyproject.toml)
37-
click==8.3.0 ; python_full_version >= '3.10'
37+
click==8.3.1 ; python_full_version >= '3.10'
3838
# via cryptography (pyproject.toml)
3939
colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
4040
# via
@@ -49,7 +49,7 @@ coverage==7.6.1 ; python_full_version < '3.9'
4949
# via pytest-cov
5050
coverage==7.10.7 ; python_full_version == '3.9.*'
5151
# via pytest-cov
52-
coverage==7.11.3 ; python_full_version >= '3.10'
52+
coverage==7.12.0 ; python_full_version >= '3.10'
5353
# via pytest-cov
5454
dependency-groups==1.3.1
5555
# via nox

0 commit comments

Comments
 (0)