Skip to content

Commit 7242826

Browse files
authored
bump pytest (#13027)
* bump pytest * more
1 parent 2762014 commit 7242826

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

ci-constraints-requirements.txt

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ packaging==25.0
105105
# pytest
106106
# sphinx
107107
pathspec==0.12.1
108-
# via check-sdist
108+
# via
109+
# check-sdist
110+
# mypy
109111
platformdirs==4.3.6 ; python_full_version < '3.9'
110112
# via virtualenv
111113
platformdirs==4.3.8 ; python_full_version >= '3.9'
@@ -124,11 +126,19 @@ pyenchant==3.2.2
124126
# sphinxcontrib-spelling
125127
pygments==2.19.1
126128
# via
129+
# pytest
127130
# readme-renderer
128131
# sphinx
129132
pyproject-hooks==1.2.0
130133
# via build
131-
pytest==8.3.5
134+
pytest==8.3.5 ; python_full_version < '3.9'
135+
# via
136+
# cryptography (pyproject.toml)
137+
# pytest-benchmark
138+
# pytest-cov
139+
# pytest-randomly
140+
# pytest-xdist
141+
pytest==8.4.0 ; python_full_version >= '3.9'
132142
# via
133143
# cryptography (pyproject.toml)
134144
# pytest-benchmark
@@ -237,7 +247,11 @@ tomli==2.2.1 ; python_full_version <= '3.11'
237247
# nox
238248
# pytest
239249
# sphinx
240-
typing-extensions==4.13.2
250+
typing-extensions==4.13.2 ; python_full_version < '3.9'
251+
# via
252+
# exceptiongroup
253+
# mypy
254+
typing-extensions==4.14.0 ; python_full_version >= '3.9'
241255
# via
242256
# exceptiongroup
243257
# mypy

0 commit comments

Comments
 (0)