File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,9 @@ packaging==25.0
105
105
# pytest
106
106
# sphinx
107
107
pathspec==0.12.1
108
- # via check-sdist
108
+ # via
109
+ # check-sdist
110
+ # mypy
109
111
platformdirs==4.3.6 ; python_full_version < '3.9'
110
112
# via virtualenv
111
113
platformdirs==4.3.8 ; python_full_version >= '3.9'
@@ -124,11 +126,19 @@ pyenchant==3.2.2
124
126
# sphinxcontrib-spelling
125
127
pygments==2.19.1
126
128
# via
129
+ # pytest
127
130
# readme-renderer
128
131
# sphinx
129
132
pyproject-hooks==1.2.0
130
133
# 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'
132
142
# via
133
143
# cryptography (pyproject.toml)
134
144
# pytest-benchmark
@@ -237,7 +247,11 @@ tomli==2.2.1 ; python_full_version <= '3.11'
237
247
# nox
238
248
# pytest
239
249
# 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'
241
255
# via
242
256
# exceptiongroup
243
257
# mypy
You can’t perform that action at this time.
0 commit comments