Update dependencies
This commit is contained in:
parent
70e8dc63e8
commit
e502663fe3
|
|
@ -42,6 +42,6 @@ tomli==2.0.1
|
|||
twine==4.0.2
|
||||
typing_extensions==4.6.3
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.0.2
|
||||
# urllib3==2.0.3
|
||||
webencodings==0.5.1
|
||||
zipp==3.15.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
attrs==23.1.0
|
||||
flake8==6.0.0
|
||||
flake8-bugbear==23.5.9
|
||||
flake8-bugbear==23.6.5
|
||||
flake8-builtins==2.1.0
|
||||
flake8-comprehensions==3.12.0
|
||||
flake8-debugger==4.1.2
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==5.1.0
|
||||
diff-cover==7.5.0
|
||||
diff-cover==7.6.0
|
||||
importlib-metadata==6.6.0
|
||||
importlib-resources==5.12.0
|
||||
Jinja2==3.1.2
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.3
|
||||
pyinstaller==5.11.0
|
||||
pyinstaller==5.12.0
|
||||
pyinstaller-hooks-contrib==2023.3
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ isort==5.11.5
|
|||
lazy-object-proxy==1.9.0
|
||||
mccabe==0.7.0
|
||||
pefile==2023.2.7
|
||||
platformdirs==3.5.1
|
||||
platformdirs==3.5.3
|
||||
pycparser==2.21
|
||||
PyJWT==2.7.0
|
||||
pylint==2.17.4
|
||||
|
|
@ -25,5 +25,5 @@ tomlkit==0.11.8
|
|||
typed-ast==1.5.4 ; python_version<"3.8"
|
||||
typing_extensions==4.6.3
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.0.2
|
||||
# urllib3==2.0.3
|
||||
wrapt==1.15.0
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@ pyroma==4.2
|
|||
requests==2.31.0
|
||||
tomli==2.0.1
|
||||
trove-classifiers==2023.5.24
|
||||
urllib3==2.0.2
|
||||
urllib3==2.0.3
|
||||
|
|
|
|||
|
|
@ -22,5 +22,5 @@ sphinxcontrib-htmlhelp==2.0.1
|
|||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
urllib3==2.0.2
|
||||
urllib3==2.0.3
|
||||
zipp==3.15.0
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@ click==8.1.3
|
|||
coverage==7.2.7
|
||||
exceptiongroup==1.1.1
|
||||
execnet==1.9.0
|
||||
filelock==3.12.0
|
||||
filelock==3.12.1
|
||||
Flask==2.3.2 ; python_version>="3.8"
|
||||
hunter==3.6.1
|
||||
hypothesis==6.76.0
|
||||
hypothesis==6.78.1
|
||||
idna==3.4
|
||||
importlib-metadata==6.6.0
|
||||
iniconfig==2.0.0
|
||||
|
|
@ -30,7 +30,7 @@ parse-type==0.6.0
|
|||
pluggy==1.0.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.15.1
|
||||
pytest==7.3.1
|
||||
pytest==7.3.2
|
||||
pytest-bdd==6.1.1
|
||||
pytest-benchmark==4.0.0
|
||||
pytest-cov==4.1.0
|
||||
|
|
@ -51,9 +51,9 @@ tldextract==3.4.4
|
|||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.6.3
|
||||
urllib3==2.0.2
|
||||
urllib3==2.0.3
|
||||
vulture==2.7
|
||||
Werkzeug==2.3.4 ; python_version>="3.8"
|
||||
Werkzeug==2.3.6 ; python_version>="3.8"
|
||||
zipp==3.15.0
|
||||
Flask==2.2.5 ; python_version=="3.7.*"
|
||||
Werkzeug==2.2.3 ; python_version=="3.7.*"
|
||||
|
|
|
|||
|
|
@ -4,14 +4,14 @@ cachetools==5.3.1
|
|||
chardet==5.1.0
|
||||
colorama==0.4.6
|
||||
distlib==0.3.6
|
||||
filelock==3.12.0
|
||||
filelock==3.12.1
|
||||
packaging==23.1
|
||||
pip==23.1.2
|
||||
platformdirs==3.5.1
|
||||
platformdirs==3.5.3
|
||||
pluggy==1.0.0
|
||||
pyproject_api==1.5.1
|
||||
setuptools==67.8.0
|
||||
tomli==2.0.1
|
||||
tox==4.5.2
|
||||
tox==4.6.0
|
||||
virtualenv==20.23.0
|
||||
wheel==0.40.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue