@@ -85,7 +85,7 @@ importlib-metadata==6.7.0 ; python_full_version < '3.8'
85
85
# sphinx
86
86
# sphinxcontrib-spelling
87
87
# virtualenv
88
- importlib-metadata==8.4 .0 ; python_full_version >= '3.8' and python_full_version < '3.10.2'
88
+ importlib-metadata==8.5 .0 ; python_full_version >= '3.8' and python_full_version < '3.10.2'
89
89
# via
90
90
# build
91
91
# pytest-randomly
@@ -176,7 +176,7 @@ pytest-xdist==3.5.0 ; python_full_version < '3.8'
176
176
# via cryptography (pyproject.toml)
177
177
pytest-xdist==3.6.1 ; python_full_version >= '3.8'
178
178
# via cryptography (pyproject.toml)
179
- pytz==2024.1 ; python_full_version < '3.9'
179
+ pytz==2024.2 ; python_full_version < '3.9'
180
180
# via babel
181
181
readme-renderer==37.3 ; python_full_version < '3.8'
182
182
# via cryptography (pyproject.toml)
@@ -242,7 +242,14 @@ sphinxcontrib-serializinghtml==2.0.0 ; python_full_version >= '3.10'
242
242
# via sphinx
243
243
sphinxcontrib-spelling==8.0.0
244
244
# via cryptography (pyproject.toml)
245
- tomli==2.0.1 ; python_full_version <= '3.11'
245
+ tomli==2.0.1 ; python_full_version < '3.8'
246
+ # via
247
+ # build
248
+ # coverage
249
+ # mypy
250
+ # nox
251
+ # pytest
252
+ tomli==2.0.2 ; python_full_version >= '3.8' and python_full_version <= '3.11'
246
253
# via
247
254
# build
248
255
# check-sdist
@@ -271,7 +278,7 @@ webencodings==0.5.1 ; python_full_version < '3.8'
271
278
# via bleach
272
279
zipp==3.15.0 ; python_full_version < '3.8'
273
280
# via importlib-metadata
274
- zipp==3.20.1 ; python_full_version >= '3.8' and python_full_version < '3.10.2'
281
+ zipp==3.20.2 ; python_full_version >= '3.8' and python_full_version < '3.10.2'
275
282
# via
276
283
# importlib-metadata
277
284
# importlib-resources
0 commit comments