Skip to content

Commit 237100a

Browse files
authored
Bump deps that dependabot isn't (#13861)
1 parent 77e17b9 commit 237100a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci-constraints-requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ certifi==2025.10.5
2828
# requests
2929
charset-normalizer==3.4.4
3030
# via requests
31-
check-sdist==1.2.0
31+
check-sdist==1.2.0 ; python_full_version < '3.9'
32+
# via cryptography (pyproject.toml)
33+
check-sdist==1.3.0 ; python_full_version >= '3.9'
3234
# via cryptography (pyproject.toml)
3335
click==8.1.8 ; python_full_version < '3.10'
3436
# via cryptography (pyproject.toml)
@@ -47,7 +49,7 @@ coverage==7.6.1 ; python_full_version < '3.9'
4749
# via pytest-cov
4850
coverage==7.10.7 ; python_full_version == '3.9.*'
4951
# via pytest-cov
50-
coverage==7.11.2 ; python_full_version >= '3.10'
52+
coverage==7.11.3 ; python_full_version >= '3.10'
5153
# via pytest-cov
5254
dependency-groups==1.3.1
5355
# via nox

0 commit comments

Comments
 (0)