Skip to content

Commit 6245f3e

Browse files
authored
Bump packages that dependabot cannot (#11689)
1 parent be1faef commit 6245f3e

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

ci-constraints-requirements.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ importlib-metadata==6.7.0 ; python_full_version < '3.8'
8585
# sphinx
8686
# sphinxcontrib-spelling
8787
# virtualenv
88-
importlib-metadata==8.4.0 ; python_full_version >= '3.8' and python_full_version < '3.10.2'
88+
importlib-metadata==8.5.0 ; python_full_version >= '3.8' and python_full_version < '3.10.2'
8989
# via
9090
# build
9191
# pytest-randomly
@@ -176,7 +176,7 @@ pytest-xdist==3.5.0 ; python_full_version < '3.8'
176176
# via cryptography (pyproject.toml)
177177
pytest-xdist==3.6.1 ; python_full_version >= '3.8'
178178
# via cryptography (pyproject.toml)
179-
pytz==2024.1 ; python_full_version < '3.9'
179+
pytz==2024.2 ; python_full_version < '3.9'
180180
# via babel
181181
readme-renderer==37.3 ; python_full_version < '3.8'
182182
# via cryptography (pyproject.toml)
@@ -242,7 +242,14 @@ sphinxcontrib-serializinghtml==2.0.0 ; python_full_version >= '3.10'
242242
# via sphinx
243243
sphinxcontrib-spelling==8.0.0
244244
# via cryptography (pyproject.toml)
245-
tomli==2.0.1 ; python_full_version <= '3.11'
245+
tomli==2.0.1 ; python_full_version < '3.8'
246+
# via
247+
# build
248+
# coverage
249+
# mypy
250+
# nox
251+
# pytest
252+
tomli==2.0.2 ; python_full_version >= '3.8' and python_full_version <= '3.11'
246253
# via
247254
# build
248255
# check-sdist
@@ -271,7 +278,7 @@ webencodings==0.5.1 ; python_full_version < '3.8'
271278
# via bleach
272279
zipp==3.15.0 ; python_full_version < '3.8'
273280
# via importlib-metadata
274-
zipp==3.20.1 ; python_full_version >= '3.8' and python_full_version < '3.10.2'
281+
zipp==3.20.2 ; python_full_version >= '3.8' and python_full_version < '3.10.2'
275282
# via
276283
# importlib-metadata
277284
# importlib-resources

0 commit comments

Comments
 (0)