From 6245f3eb0e7fa2878d269a1874f24d47881388c5 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 2 Oct 2024 11:59:47 -0500 Subject: [PATCH] Bump packages that dependabot cannot (#11689) --- ci-constraints-requirements.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index 38906e414874..be0a3784d2ac 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -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 @@ -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) @@ -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 @@ -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