Update dependencies
This commit is contained in:
parent
0b0eb46b55
commit
dea648ccd8
|
|
@ -1,9 +1,9 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==1.2.2
|
||||
build==1.2.2.post1
|
||||
check-manifest==0.49
|
||||
importlib_metadata==8.5.0
|
||||
packaging==24.1
|
||||
pyproject_hooks==1.2.0
|
||||
tomli==2.0.1
|
||||
tomli==2.0.2
|
||||
zipp==3.20.2
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
autocommand==2.2.2
|
||||
backports.tarfile==1.2.0
|
||||
build==1.2.2
|
||||
build==1.2.2.post1
|
||||
bump2version==1.0.1
|
||||
certifi==2024.8.30
|
||||
cffi==1.17.1
|
||||
|
|
@ -41,11 +41,11 @@ readme_renderer==43.0
|
|||
requests==2.32.3
|
||||
requests-toolbelt==1.0.0
|
||||
rfc3986==2.0.0
|
||||
rich==13.8.1
|
||||
rich==13.9.2
|
||||
SecretStorage==3.3.3
|
||||
sip==6.8.6
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tomli==2.0.2
|
||||
twine==5.1.1
|
||||
typeguard==4.3.0
|
||||
typing_extensions==4.12.2
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@ mypy-extensions==1.0.0
|
|||
pluggy==1.5.0
|
||||
Pygments==2.18.0
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
tomli==2.0.2
|
||||
types-colorama==0.4.15.20240311
|
||||
types-docutils==0.21.0.20240907
|
||||
types-docutils==0.21.0.20241005
|
||||
types-Pygments==2.18.0.20240506
|
||||
types-PyYAML==6.0.12.20240917
|
||||
types-setuptools==75.1.0.20240917
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ python-dateutil==2.9.0.post0
|
|||
./scripts/dev/pylint_checkers
|
||||
requests==2.32.3
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tomli==2.0.2
|
||||
tomlkit==0.13.2
|
||||
typing_extensions==4.12.2
|
||||
uritemplate==4.1.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==1.2.2
|
||||
build==1.2.2.post1
|
||||
certifi==2024.8.30
|
||||
charset-normalizer==3.3.2
|
||||
docutils==0.20.1
|
||||
|
|
@ -11,7 +11,7 @@ Pygments==2.18.0
|
|||
pyproject_hooks==1.2.0
|
||||
pyroma==4.2
|
||||
requests==2.32.3
|
||||
tomli==2.0.1
|
||||
tomli==2.0.2
|
||||
trove-classifiers==2024.9.12
|
||||
urllib3==2.2.3
|
||||
zipp==3.20.2
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ execnet==2.1.1
|
|||
filelock==3.16.1
|
||||
Flask==3.0.3
|
||||
hunter==3.7.0
|
||||
hypothesis==6.112.2
|
||||
hypothesis==6.112.4
|
||||
idna==3.10
|
||||
importlib_metadata==8.5.0
|
||||
importlib_resources==6.4.5 ; python_version=="3.8.*"
|
||||
|
|
@ -33,9 +33,9 @@ manhole==1.8.1
|
|||
more-itertools==10.5.0
|
||||
packaging==24.1
|
||||
parse==1.20.2
|
||||
parse_type==0.6.3
|
||||
platformdirs==4.3.6
|
||||
parse_type==0.6.4
|
||||
pillow==10.4.0
|
||||
platformdirs==4.3.6
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.18.0
|
||||
|
|
@ -57,10 +57,10 @@ six==1.16.0
|
|||
sortedcontainers==2.4.0
|
||||
soupsieve==2.6
|
||||
tldextract==5.1.2
|
||||
tomli==2.0.1
|
||||
tomli==2.0.2
|
||||
typeguard==4.3.0
|
||||
typing_extensions==4.12.2
|
||||
urllib3==2.2.3
|
||||
vulture==2.12
|
||||
vulture==2.13
|
||||
Werkzeug==3.0.4
|
||||
zipp==3.20.2
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ platformdirs==4.3.6
|
|||
pluggy==1.5.0
|
||||
pyproject-api==1.8.0
|
||||
setuptools==75.1.0
|
||||
tomli==2.0.1
|
||||
tox==4.20.0
|
||||
tomli==2.0.2
|
||||
tox==4.21.2
|
||||
typing_extensions==4.12.2
|
||||
virtualenv==20.26.6
|
||||
wheel==0.44.0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
tomli==2.0.1
|
||||
vulture==2.12
|
||||
tomli==2.0.2
|
||||
vulture==2.13
|
||||
|
|
|
|||
Loading…
Reference in New Issue