File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,9 @@ pytest-randomly==3.15.0 ; python_full_version < '3.9'
147
147
# via cryptography (pyproject.toml)
148
148
pytest-randomly==3.16.0 ; python_full_version >= '3.9'
149
149
# 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'
151
153
# via cryptography (pyproject.toml)
152
154
pytz==2025.2 ; python_full_version < '3.9'
153
155
# via babel
@@ -251,7 +253,7 @@ zipp==3.20.2 ; python_full_version < '3.9'
251
253
# via
252
254
# importlib-metadata
253
255
# 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'
255
257
# via importlib-metadata
256
258
257
259
# The following packages were excluded from the output:
You can’t perform that action at this time.
0 commit comments