Skip to content

Commit

Permalink
Bump packages that dependabot cannot (#11689)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Oct 2, 2024
1 parent be1faef commit 6245f3e
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions ci-constraints-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ importlib-metadata==6.7.0 ; python_full_version < '3.8'
# sphinx
# sphinxcontrib-spelling
# virtualenv
importlib-metadata==8.4.0 ; python_full_version >= '3.8' and python_full_version < '3.10.2'
importlib-metadata==8.5.0 ; python_full_version >= '3.8' and python_full_version < '3.10.2'
# via
# build
# pytest-randomly
Expand Down Expand Up @@ -176,7 +176,7 @@ pytest-xdist==3.5.0 ; python_full_version < '3.8'
# via cryptography (pyproject.toml)
pytest-xdist==3.6.1 ; python_full_version >= '3.8'
# via cryptography (pyproject.toml)
pytz==2024.1 ; python_full_version < '3.9'
pytz==2024.2 ; python_full_version < '3.9'
# via babel
readme-renderer==37.3 ; python_full_version < '3.8'
# via cryptography (pyproject.toml)
Expand Down Expand Up @@ -242,7 +242,14 @@ sphinxcontrib-serializinghtml==2.0.0 ; python_full_version >= '3.10'
# via sphinx
sphinxcontrib-spelling==8.0.0
# via cryptography (pyproject.toml)
tomli==2.0.1 ; python_full_version <= '3.11'
tomli==2.0.1 ; python_full_version < '3.8'
# via
# build
# coverage
# mypy
# nox
# pytest
tomli==2.0.2 ; python_full_version >= '3.8' and python_full_version <= '3.11'
# via
# build
# check-sdist
Expand Down Expand Up @@ -271,7 +278,7 @@ webencodings==0.5.1 ; python_full_version < '3.8'
# via bleach
zipp==3.15.0 ; python_full_version < '3.8'
# via importlib-metadata
zipp==3.20.1 ; python_full_version >= '3.8' and python_full_version < '3.10.2'
zipp==3.20.2 ; python_full_version >= '3.8' and python_full_version < '3.10.2'
# via
# importlib-metadata
# importlib-resources
Expand Down

0 comments on commit 6245f3e

Please sign in to comment.