Skip to content

Commit

Permalink
Rebuild ci-constraints-requirements.txt (#11745)
Browse files Browse the repository at this point in the history
Needed to generate python-version-specific pins for coverage and nox
  • Loading branch information
alex authored Oct 14, 2024
1 parent 54c211c commit d98fdcc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ci-constraints-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ colorlog==6.8.2
# via nox
coverage==7.2.7 ; python_full_version < '3.8'
# via pytest-cov
coverage==7.6.1 ; python_full_version >= '3.8'
coverage==7.6.1 ; python_full_version >= '3.8' and python_full_version < '3.10'
# via pytest-cov
coverage==7.6.3 ; python_full_version >= '3.10'
# via pytest-cov
distlib==0.3.9
# via virtualenv
Expand Down Expand Up @@ -108,7 +110,9 @@ mypy-extensions==1.0.0
# via mypy
nh3==0.2.18 ; python_full_version >= '3.8'
# via readme-renderer
nox==2024.4.15
nox==2024.4.15 ; python_full_version < '3.8'
# via cryptography (pyproject.toml)
nox==2024.10.9 ; python_full_version >= '3.8'
# via cryptography (pyproject.toml)
packaging==24.0 ; python_full_version < '3.8'
# via
Expand Down

0 comments on commit d98fdcc

Please sign in to comment.