Update dependencies
This commit is contained in:
parent
9bf0393923
commit
1d8a2acf77
|
|
@ -6,4 +6,4 @@ importlib_metadata==7.1.0
|
|||
packaging==24.0
|
||||
pyproject_hooks==1.1.0
|
||||
tomli==2.0.1
|
||||
zipp==3.18.1
|
||||
zipp==3.18.2
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ bump2version==1.0.1
|
|||
certifi==2024.2.2
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.2
|
||||
cryptography==42.0.6
|
||||
cryptography==42.0.7
|
||||
docutils==0.20.1
|
||||
github3.py==4.0.1
|
||||
hunter==3.7.0
|
||||
|
|
@ -17,7 +17,7 @@ jaraco.classes==3.4.0
|
|||
jaraco.context==5.3.0
|
||||
jaraco.functools==4.0.1
|
||||
jeepney==0.8.0
|
||||
keyring==25.2.0
|
||||
keyring==25.2.1
|
||||
manhole==1.8.0
|
||||
markdown-it-py==3.0.0
|
||||
mdurl==0.1.2
|
||||
|
|
@ -41,8 +41,8 @@ SecretStorage==3.3.3
|
|||
sip==6.8.3
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
twine==5.0.0
|
||||
twine==5.1.0
|
||||
typing_extensions==4.11.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.2.1
|
||||
zipp==3.18.1
|
||||
zipp==3.18.2
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ flake8-string-format==0.3.0
|
|||
flake8-tidy-imports==4.10.0
|
||||
flake8-tuple==0.4.1
|
||||
mccabe==0.7.0
|
||||
pep8-naming==0.13.3
|
||||
pep8-naming==0.14.1
|
||||
pycodestyle==2.11.1
|
||||
pydocstyle==6.3.0
|
||||
pyflakes==3.2.0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ chardet==5.2.0
|
|||
diff_cover==9.0.0
|
||||
importlib_resources==6.4.0
|
||||
Jinja2==3.1.4
|
||||
lxml==5.2.1
|
||||
lxml==5.2.2
|
||||
MarkupSafe==2.1.5
|
||||
mypy==1.10.0
|
||||
mypy-extensions==1.0.0
|
||||
|
|
@ -16,6 +16,6 @@ types-colorama==0.4.15.20240311
|
|||
types-docutils==0.21.0.20240423
|
||||
types-Pygments==2.18.0.20240506
|
||||
types-PyYAML==6.0.12.20240311
|
||||
types-setuptools==69.5.0.20240423
|
||||
types-setuptools==69.5.0.20240519
|
||||
typing_extensions==4.11.0
|
||||
zipp==3.18.1
|
||||
zipp==3.18.2
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ altgraph==0.17.4
|
|||
importlib_metadata==7.1.0
|
||||
packaging==24.0
|
||||
pyinstaller==6.6.0
|
||||
pyinstaller-hooks-contrib==2024.5
|
||||
zipp==3.18.1
|
||||
pyinstaller-hooks-contrib==2024.6
|
||||
zipp==3.18.2
|
||||
|
|
|
|||
|
|
@ -1,26 +1,26 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==3.1.0
|
||||
astroid==3.2.2
|
||||
certifi==2024.2.2
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.2
|
||||
cryptography==42.0.6
|
||||
cryptography==42.0.7
|
||||
dill==0.3.8
|
||||
github3.py==4.0.1
|
||||
idna==3.7
|
||||
isort==5.13.2
|
||||
mccabe==0.7.0
|
||||
pefile==2023.2.7
|
||||
platformdirs==4.2.1
|
||||
platformdirs==4.2.2
|
||||
pycparser==2.22
|
||||
PyJWT==2.8.0
|
||||
pylint==3.1.0
|
||||
pylint==3.2.1
|
||||
python-dateutil==2.9.0.post0
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.31.0
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tomlkit==0.12.4
|
||||
tomlkit==0.12.5
|
||||
typing_extensions==4.11.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.2.1
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ pyproject_hooks==1.1.0
|
|||
pyroma==4.2
|
||||
requests==2.31.0
|
||||
tomli==2.0.1
|
||||
trove-classifiers==2024.4.10
|
||||
trove-classifiers==2024.5.17
|
||||
urllib3==2.2.1
|
||||
zipp==3.18.1
|
||||
zipp==3.18.2
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@ sphinxcontrib-jsmath==1.0.1
|
|||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
urllib3==2.2.1
|
||||
zipp==3.18.1
|
||||
zipp==3.18.2
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
attrs==23.2.0
|
||||
beautifulsoup4==4.12.3
|
||||
blinker==1.8.1
|
||||
blinker==1.8.2
|
||||
certifi==2024.2.2
|
||||
charset-normalizer==3.3.2
|
||||
cheroot==10.0.1
|
||||
|
|
@ -13,14 +13,14 @@ execnet==2.1.1
|
|||
filelock==3.14.0
|
||||
Flask==3.0.3
|
||||
hunter==3.7.0
|
||||
hypothesis==6.100.4
|
||||
hypothesis==6.102.4
|
||||
idna==3.7
|
||||
importlib_metadata==7.1.0
|
||||
iniconfig==2.0.0
|
||||
itsdangerous==2.2.0
|
||||
jaraco.functools==4.0.1
|
||||
# Jinja2==3.1.4
|
||||
Mako==1.3.3
|
||||
Mako==1.3.5
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.1.5
|
||||
more-itertools==10.2.0
|
||||
|
|
@ -30,7 +30,7 @@ parse-type==0.6.2
|
|||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.18.0
|
||||
pytest==8.2.0
|
||||
pytest==8.2.1
|
||||
pytest-bdd==7.1.2
|
||||
pytest-benchmark==4.0.0
|
||||
pytest-cov==5.0.0
|
||||
|
|
@ -53,4 +53,4 @@ typing_extensions==4.11.0
|
|||
urllib3==2.2.1
|
||||
vulture==2.11
|
||||
Werkzeug==3.0.3
|
||||
zipp==3.18.1
|
||||
zipp==3.18.2
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ distlib==0.3.8
|
|||
filelock==3.14.0
|
||||
packaging==24.0
|
||||
pip==24.0
|
||||
platformdirs==4.2.1
|
||||
platformdirs==4.2.2
|
||||
pluggy==1.5.0
|
||||
pyproject-api==1.6.1
|
||||
setuptools==69.5.1
|
||||
tomli==2.0.1
|
||||
tox==4.15.0
|
||||
virtualenv==20.26.1
|
||||
virtualenv==20.26.2
|
||||
wheel==0.43.0
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ Jinja2==3.1.4
|
|||
MarkupSafe==2.1.5
|
||||
Pygments==2.18.0
|
||||
PyYAML==6.0.1
|
||||
zipp==3.18.1
|
||||
zipp==3.18.2
|
||||
# Unpinned due to recompile_requirements.py limitations
|
||||
pyobjc-core ; sys_platform=="darwin"
|
||||
pyobjc-framework-Cocoa ; sys_platform=="darwin"
|
||||
|
|
|
|||
Loading…
Reference in New Issue