Update dependencies
This commit is contained in:
parent
6e184c44ce
commit
3cc79c562d
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==1.0.0
|
||||
build==1.0.3
|
||||
check-manifest==0.49
|
||||
importlib-metadata==6.8.0
|
||||
packaging==23.1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
bleach==6.0.0
|
||||
build==1.0.0
|
||||
build==1.0.3
|
||||
bump2version==1.0.1
|
||||
certifi==2023.7.22
|
||||
cffi==1.15.1
|
||||
|
|
@ -20,6 +19,7 @@ manhole==1.8.0
|
|||
markdown-it-py==3.0.0
|
||||
mdurl==0.1.2
|
||||
more-itertools==10.1.0
|
||||
nh3==0.2.14
|
||||
packaging==23.1
|
||||
pkginfo==1.9.6
|
||||
ply==3.11
|
||||
|
|
@ -30,7 +30,7 @@ Pympler==1.0.1
|
|||
pyproject_hooks==1.0.0
|
||||
PyQt-builder==1.15.2
|
||||
python-dateutil==2.8.2
|
||||
readme-renderer==41.0
|
||||
readme-renderer==42.0
|
||||
requests==2.31.0
|
||||
requests-toolbelt==1.0.0
|
||||
rfc3986==2.0.0
|
||||
|
|
@ -43,5 +43,4 @@ twine==4.0.2
|
|||
typing_extensions==4.7.1
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.0.4
|
||||
webencodings==0.5.1
|
||||
zipp==3.16.2
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ types-colorama==0.4.15.12
|
|||
types-docutils==0.20.0.3
|
||||
types-Pygments==2.16.0.0
|
||||
types-PyYAML==6.0.12.11
|
||||
types-setuptools==68.1.0.1
|
||||
types-setuptools==68.2.0.0
|
||||
typing_extensions==4.7.1
|
||||
zipp==3.16.2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==1.0.0
|
||||
build==1.0.3
|
||||
certifi==2023.7.22
|
||||
charset-normalizer==3.2.0
|
||||
docutils==0.20.1
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Jinja2==3.1.2
|
|||
MarkupSafe==2.1.3
|
||||
packaging==23.1
|
||||
Pygments==2.16.1
|
||||
pytz==2023.3
|
||||
pytz==2023.3.post1
|
||||
requests==2.31.0
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==7.1.2
|
||||
|
|
|
|||
|
|
@ -7,13 +7,13 @@ certifi==2023.7.22
|
|||
charset-normalizer==3.2.0
|
||||
cheroot==10.0.0
|
||||
click==8.1.7
|
||||
coverage==7.3.0
|
||||
coverage==7.3.1
|
||||
exceptiongroup==1.1.3
|
||||
execnet==2.0.2
|
||||
filelock==3.12.3
|
||||
Flask==2.3.3
|
||||
hunter==3.6.1
|
||||
hypothesis==6.84.2
|
||||
hypothesis==6.84.3
|
||||
idna==3.4
|
||||
importlib-metadata==6.8.0
|
||||
iniconfig==2.0.0
|
||||
|
|
@ -30,7 +30,7 @@ parse-type==0.6.2
|
|||
pluggy==1.3.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.16.1
|
||||
pytest==7.4.1
|
||||
pytest==7.4.2
|
||||
pytest-bdd==6.1.1
|
||||
pytest-benchmark==4.0.0
|
||||
pytest-cov==4.1.0
|
||||
|
|
@ -47,7 +47,7 @@ requests-file==1.5.1
|
|||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
soupsieve==2.5
|
||||
tldextract==3.4.4
|
||||
tldextract==3.5.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.7.1
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ pip==23.2.1
|
|||
platformdirs==3.10.0
|
||||
pluggy==1.3.0
|
||||
pyproject-api==1.6.1
|
||||
setuptools==68.1.2
|
||||
setuptools==68.2.0
|
||||
tomli==2.0.1
|
||||
tox==4.11.1
|
||||
tox==4.11.3
|
||||
typing_extensions==4.7.1
|
||||
virtualenv==20.24.4
|
||||
virtualenv==20.24.5
|
||||
wheel==0.41.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue