Skip to content

Commit a94ec9d

Browse files
authored
ci-constraints-requirements.txt updates that dependabot can't do (#12992)
1 parent 0cb1b84 commit a94ec9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci-constraints-requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ pytest-randomly==3.15.0 ; python_full_version < '3.9'
147147
# via cryptography (pyproject.toml)
148148
pytest-randomly==3.16.0 ; python_full_version >= '3.9'
149149
# via cryptography (pyproject.toml)
150-
pytest-xdist==3.6.1
150+
pytest-xdist==3.6.1 ; python_full_version < '3.9'
151+
# via cryptography (pyproject.toml)
152+
pytest-xdist==3.7.0 ; python_full_version >= '3.9'
151153
# via cryptography (pyproject.toml)
152154
pytz==2025.2 ; python_full_version < '3.9'
153155
# via babel
@@ -251,7 +253,7 @@ zipp==3.20.2 ; python_full_version < '3.9'
251253
# via
252254
# importlib-metadata
253255
# importlib-resources
254-
zipp==3.21.0 ; python_full_version >= '3.9' and python_full_version < '3.10.2'
256+
zipp==3.22.0 ; python_full_version >= '3.9' and python_full_version < '3.10.2'
255257
# via importlib-metadata
256258

257259
# The following packages were excluded from the output:

0 commit comments

Comments
 (0)