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 @@ -123,7 +123,9 @@ mypy==1.14.1 ; python_full_version == '3.8.*'
123
123
# via cryptography (pyproject.toml)
124
124
mypy==1.15.0 ; python_full_version >= '3.9'
125
125
# via cryptography (pyproject.toml)
126
- mypy-extensions==1.0.0
126
+ mypy-extensions==1.0.0 ; python_full_version < '3.8'
127
+ # via mypy
128
+ mypy-extensions==1.1.0 ; python_full_version >= '3.8'
127
129
# via mypy
128
130
nh3==0.2.21 ; python_full_version >= '3.8'
129
131
# via readme-renderer
@@ -208,7 +210,7 @@ pytest-xdist==3.5.0 ; python_full_version < '3.8'
208
210
# via cryptography (pyproject.toml)
209
211
pytest-xdist==3.6.1 ; python_full_version >= '3.8'
210
212
# via cryptography (pyproject.toml)
211
- pytz==2025.1 ; python_full_version < '3.9'
213
+ pytz==2025.2 ; python_full_version < '3.9'
212
214
# via babel
213
215
readme-renderer==37.3 ; python_full_version < '3.8'
214
216
# via cryptography (pyproject.toml)
You can’t perform that action at this time.
0 commit comments