Update dependencies
This commit is contained in:
parent
09f28f24c6
commit
4e0180cede
|
|
@ -6,7 +6,7 @@ bump2version==1.0.1
|
||||||
certifi==2023.5.7
|
certifi==2023.5.7
|
||||||
cffi==1.15.1
|
cffi==1.15.1
|
||||||
charset-normalizer==3.2.0
|
charset-normalizer==3.2.0
|
||||||
cryptography==41.0.1
|
cryptography==41.0.2
|
||||||
docutils==0.20.1
|
docutils==0.20.1
|
||||||
github3.py==4.0.1
|
github3.py==4.0.1
|
||||||
hunter==3.6.1
|
hunter==3.6.1
|
||||||
|
|
@ -25,7 +25,7 @@ pkginfo==1.9.6
|
||||||
ply==3.11
|
ply==3.11
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
Pygments==2.15.1
|
Pygments==2.15.1
|
||||||
PyJWT==2.7.0
|
PyJWT==2.8.0
|
||||||
Pympler==1.0.1
|
Pympler==1.0.1
|
||||||
pyproject_hooks==1.0.0
|
pyproject_hooks==1.0.0
|
||||||
PyQt-builder==1.15.1
|
PyQt-builder==1.15.1
|
||||||
|
|
@ -42,6 +42,6 @@ tomli==2.0.1
|
||||||
twine==4.0.2
|
twine==4.0.2
|
||||||
typing_extensions==4.7.1
|
typing_extensions==4.7.1
|
||||||
uritemplate==4.1.1
|
uritemplate==4.1.1
|
||||||
# urllib3==2.0.3
|
# urllib3==2.0.4
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
zipp==3.16.0
|
zipp==3.16.2
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
attrs==23.1.0
|
attrs==23.1.0
|
||||||
flake8==6.0.0
|
flake8==6.0.0
|
||||||
flake8-bugbear==23.6.5
|
flake8-bugbear==23.7.10
|
||||||
flake8-builtins==2.1.0
|
flake8-builtins==2.1.0
|
||||||
flake8-comprehensions==3.13.0
|
flake8-comprehensions==3.14.0
|
||||||
flake8-debugger==4.1.2
|
flake8-debugger==4.1.2
|
||||||
flake8-deprecated==2.0.1
|
flake8-deprecated==2.0.1
|
||||||
flake8-docstrings==1.7.0
|
flake8-docstrings==1.7.0
|
||||||
|
|
@ -12,7 +12,7 @@ flake8-future-import==0.4.7
|
||||||
flake8-plugin-utils==1.3.3
|
flake8-plugin-utils==1.3.3
|
||||||
flake8-pytest-style==1.7.2
|
flake8-pytest-style==1.7.2
|
||||||
flake8-string-format==0.3.0
|
flake8-string-format==0.3.0
|
||||||
flake8-tidy-imports==4.9.0
|
flake8-tidy-imports==4.10.0
|
||||||
flake8-tuple==0.4.1
|
flake8-tuple==0.4.1
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
pep8-naming==0.13.3
|
pep8-naming==0.13.3
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
chardet==5.1.0
|
chardet==5.1.0
|
||||||
diff-cover==7.6.0
|
diff-cover==7.7.0
|
||||||
importlib-resources==6.0.0
|
importlib-resources==6.0.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
lxml==4.9.3
|
lxml==4.9.3
|
||||||
|
|
@ -16,6 +16,6 @@ types-colorama==0.4.15.11
|
||||||
types-docutils==0.20.0.1
|
types-docutils==0.20.0.1
|
||||||
types-Pygments==2.15.0.1
|
types-Pygments==2.15.0.1
|
||||||
types-PyYAML==6.0.12.10
|
types-PyYAML==6.0.12.10
|
||||||
types-setuptools==68.0.0.1
|
types-setuptools==68.0.0.2
|
||||||
typing_extensions==4.7.1
|
typing_extensions==4.7.1
|
||||||
zipp==3.16.0
|
zipp==3.16.2
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ astroid==2.15.6
|
||||||
certifi==2023.5.7
|
certifi==2023.5.7
|
||||||
cffi==1.15.1
|
cffi==1.15.1
|
||||||
charset-normalizer==3.2.0
|
charset-normalizer==3.2.0
|
||||||
cryptography==41.0.1
|
cryptography==41.0.2
|
||||||
dill==0.3.6
|
dill==0.3.6
|
||||||
github3.py==4.0.1
|
github3.py==4.0.1
|
||||||
idna==3.4
|
idna==3.4
|
||||||
|
|
@ -12,9 +12,9 @@ isort==5.12.0
|
||||||
lazy-object-proxy==1.9.0
|
lazy-object-proxy==1.9.0
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
pefile==2023.2.7
|
pefile==2023.2.7
|
||||||
platformdirs==3.8.1
|
platformdirs==3.9.1
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
PyJWT==2.7.0
|
PyJWT==2.8.0
|
||||||
pylint==2.17.4
|
pylint==2.17.4
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
./scripts/dev/pylint_checkers
|
./scripts/dev/pylint_checkers
|
||||||
|
|
@ -24,5 +24,5 @@ tomli==2.0.1
|
||||||
tomlkit==0.11.8
|
tomlkit==0.11.8
|
||||||
typing_extensions==4.7.1
|
typing_extensions==4.7.1
|
||||||
uritemplate==4.1.1
|
uritemplate==4.1.1
|
||||||
# urllib3==2.0.3
|
# urllib3==2.0.4
|
||||||
wrapt==1.15.0
|
wrapt==1.15.0
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,4 @@ pyroma==4.2
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
trove-classifiers==2023.7.6
|
trove-classifiers==2023.7.6
|
||||||
urllib3==2.0.3
|
urllib3==2.0.4
|
||||||
|
|
|
||||||
|
|
@ -22,5 +22,5 @@ sphinxcontrib-htmlhelp==2.0.1
|
||||||
sphinxcontrib-jsmath==1.0.1
|
sphinxcontrib-jsmath==1.0.1
|
||||||
sphinxcontrib-qthelp==1.0.3
|
sphinxcontrib-qthelp==1.0.3
|
||||||
sphinxcontrib-serializinghtml==1.1.5
|
sphinxcontrib-serializinghtml==1.1.5
|
||||||
urllib3==2.0.3
|
urllib3==2.0.4
|
||||||
zipp==3.16.0
|
zipp==3.16.2
|
||||||
|
|
|
||||||
|
|
@ -6,14 +6,14 @@ blinker==1.6.2
|
||||||
certifi==2023.5.7
|
certifi==2023.5.7
|
||||||
charset-normalizer==3.2.0
|
charset-normalizer==3.2.0
|
||||||
cheroot==10.0.0
|
cheroot==10.0.0
|
||||||
click==8.1.4
|
click==8.1.6
|
||||||
coverage==7.2.7
|
coverage==7.2.7
|
||||||
exceptiongroup==1.1.2
|
exceptiongroup==1.1.2
|
||||||
execnet==2.0.2
|
execnet==2.0.2
|
||||||
filelock==3.12.2
|
filelock==3.12.2
|
||||||
Flask==2.3.2
|
Flask==2.3.2
|
||||||
hunter==3.6.1
|
hunter==3.6.1
|
||||||
hypothesis==6.80.1
|
hypothesis==6.82.0
|
||||||
idna==3.4
|
idna==3.4
|
||||||
importlib-metadata==6.8.0
|
importlib-metadata==6.8.0
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
|
|
@ -51,7 +51,7 @@ tldextract==3.4.4
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
typing_extensions==4.7.1
|
typing_extensions==4.7.1
|
||||||
urllib3==2.0.3
|
urllib3==2.0.4
|
||||||
vulture==2.7
|
vulture==2.7
|
||||||
Werkzeug==2.3.6
|
Werkzeug==2.3.6
|
||||||
zipp==3.16.0
|
zipp==3.16.2
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,15 @@
|
||||||
cachetools==5.3.1
|
cachetools==5.3.1
|
||||||
chardet==5.1.0
|
chardet==5.1.0
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
distlib==0.3.6
|
distlib==0.3.7
|
||||||
filelock==3.12.2
|
filelock==3.12.2
|
||||||
packaging==23.1
|
packaging==23.1
|
||||||
pip==23.1.2
|
pip==23.2
|
||||||
platformdirs==3.8.1
|
platformdirs==3.9.1
|
||||||
pluggy==1.2.0
|
pluggy==1.2.0
|
||||||
pyproject-api==1.5.3
|
pyproject-api==1.5.3
|
||||||
setuptools==68.0.0
|
setuptools==68.0.0
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tox==4.6.4
|
tox==4.6.4
|
||||||
virtualenv==20.23.1
|
virtualenv==20.24.1
|
||||||
wheel==0.40.0
|
wheel==0.40.0
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
pathspec==0.11.1
|
pathspec==0.11.1
|
||||||
PyYAML==6.0
|
PyYAML==6.0.1
|
||||||
yamllint==1.32.0
|
yamllint==1.32.0
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@ importlib-resources==6.0.0 ; python_version=="3.8.*"
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
MarkupSafe==2.1.3
|
MarkupSafe==2.1.3
|
||||||
Pygments==2.15.1
|
Pygments==2.15.1
|
||||||
PyYAML==6.0
|
PyYAML==6.0.1
|
||||||
zipp==3.16.0
|
zipp==3.16.2
|
||||||
# Unpinned due to recompile_requirements.py limitations
|
# Unpinned due to recompile_requirements.py limitations
|
||||||
pyobjc-core ; sys_platform=="darwin"
|
pyobjc-core ; sys_platform=="darwin"
|
||||||
pyobjc-framework-Cocoa ; sys_platform=="darwin"
|
pyobjc-framework-Cocoa ; sys_platform=="darwin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue