File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ certifi==2025.10.5
2828 # requests
2929charset-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)
3335click==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
4850coverage==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
5254dependency-groups==1.3.1
5355 # via nox
You can’t perform that action at this time.
0 commit comments