Update dependencies
This commit is contained in:
parent
c37b9ebf5b
commit
24aab77607
|
|
@ -6,12 +6,12 @@ autocommand==2.2.2
|
||||||
backports.tarfile==1.2.0
|
backports.tarfile==1.2.0
|
||||||
bracex==2.6
|
bracex==2.6
|
||||||
build==1.3.0
|
build==1.3.0
|
||||||
bump-my-version==1.2.3
|
bump-my-version==1.2.4
|
||||||
certifi==2025.8.3
|
certifi==2025.10.5
|
||||||
cffi==2.0.0
|
cffi==2.0.0
|
||||||
charset-normalizer==3.4.3
|
charset-normalizer==3.4.3
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
cryptography==46.0.1
|
cryptography==46.0.2
|
||||||
docutils==0.22.2
|
docutils==0.22.2
|
||||||
exceptiongroup==1.3.0
|
exceptiongroup==1.3.0
|
||||||
github3.py==4.0.1
|
github3.py==4.0.1
|
||||||
|
|
@ -40,7 +40,7 @@ packaging==25.0
|
||||||
platformdirs==4.4.0
|
platformdirs==4.4.0
|
||||||
prompt_toolkit==3.0.52
|
prompt_toolkit==3.0.52
|
||||||
pycparser==2.23
|
pycparser==2.23
|
||||||
pydantic==2.11.9
|
pydantic==2.11.10
|
||||||
pydantic-settings==2.11.0
|
pydantic-settings==2.11.0
|
||||||
pydantic_core==2.33.2
|
pydantic_core==2.33.2
|
||||||
Pygments==2.19.2
|
Pygments==2.19.2
|
||||||
|
|
@ -56,7 +56,7 @@ requests==2.32.5
|
||||||
requests-toolbelt==1.0.0
|
requests-toolbelt==1.0.0
|
||||||
rfc3986==2.0.0
|
rfc3986==2.0.0
|
||||||
rich==14.1.0
|
rich==14.1.0
|
||||||
rich-click==1.9.1
|
rich-click==1.9.2
|
||||||
SecretStorage==3.3.3
|
SecretStorage==3.3.3
|
||||||
sip==6.12.0
|
sip==6.12.0
|
||||||
six==1.17.0
|
six==1.17.0
|
||||||
|
|
@ -65,7 +65,7 @@ tomli==2.2.1
|
||||||
tomlkit==0.13.3
|
tomlkit==0.13.3
|
||||||
twine==6.2.0
|
twine==6.2.0
|
||||||
typeguard==4.3.0
|
typeguard==4.3.0
|
||||||
typing-inspection==0.4.1
|
typing-inspection==0.4.2
|
||||||
typing_extensions==4.15.0
|
typing_extensions==4.15.0
|
||||||
uritemplate==4.2.0
|
uritemplate==4.2.0
|
||||||
# urllib3==2.5.0
|
# urllib3==2.5.0
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ Pygments==2.19.2
|
||||||
PyQt5-stubs==5.15.6.0
|
PyQt5-stubs==5.15.6.0
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
types-colorama==0.4.15.20250801
|
types-colorama==0.4.15.20250801
|
||||||
types-docutils==0.22.2.20250924
|
types-docutils==0.22.2.20251006
|
||||||
types-Pygments==2.19.0.20250809
|
types-Pygments==2.19.0.20250809
|
||||||
types-PyYAML==6.0.12.20250915
|
types-PyYAML==6.0.12.20250915
|
||||||
typing_extensions==4.15.0
|
typing_extensions==4.15.0
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,21 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
astroid==3.3.11
|
astroid==3.3.11
|
||||||
certifi==2025.8.3
|
certifi==2025.10.5
|
||||||
cffi==2.0.0
|
cffi==2.0.0
|
||||||
charset-normalizer==3.4.3
|
charset-normalizer==3.4.3
|
||||||
cryptography==46.0.1
|
cryptography==46.0.2
|
||||||
dill==0.4.0
|
dill==0.4.0
|
||||||
github3.py==4.0.1
|
github3.py==4.0.1
|
||||||
idna==3.10
|
idna==3.10
|
||||||
isort==6.0.1
|
importlib_metadata==8.7.0
|
||||||
|
isort==6.1.0
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
pefile==2024.8.26
|
pefile==2024.8.26
|
||||||
platformdirs==4.4.0
|
platformdirs==4.4.0
|
||||||
pycparser==2.23
|
pycparser==2.23
|
||||||
PyJWT==2.10.1
|
PyJWT==2.10.1
|
||||||
pylint==3.3.8
|
pylint==3.3.9
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
./scripts/dev/pylint_checkers
|
./scripts/dev/pylint_checkers
|
||||||
requests==2.32.5
|
requests==2.32.5
|
||||||
|
|
@ -24,3 +25,4 @@ tomlkit==0.13.3
|
||||||
typing_extensions==4.15.0
|
typing_extensions==4.15.0
|
||||||
uritemplate==4.2.0
|
uritemplate==4.2.0
|
||||||
# urllib3==2.5.0
|
# urllib3==2.5.0
|
||||||
|
zipp==3.23.0
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
build==1.3.0
|
build==1.3.0
|
||||||
certifi==2025.8.3
|
certifi==2025.10.5
|
||||||
charset-normalizer==3.4.3
|
charset-normalizer==3.4.3
|
||||||
check-manifest==0.50
|
check-manifest==0.50
|
||||||
docutils==0.22.2
|
docutils==0.22.2
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
alabaster==0.7.16
|
alabaster==0.7.16
|
||||||
babel==2.17.0
|
babel==2.17.0
|
||||||
certifi==2025.8.3
|
certifi==2025.10.5
|
||||||
charset-normalizer==3.4.3
|
charset-normalizer==3.4.3
|
||||||
docutils==0.21.2
|
docutils==0.21.2
|
||||||
idna==3.10
|
idna==3.10
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,9 @@
|
||||||
attrs==25.3.0
|
attrs==25.3.0
|
||||||
autocommand==2.2.2
|
autocommand==2.2.2
|
||||||
backports.tarfile==1.2.0
|
backports.tarfile==1.2.0
|
||||||
beautifulsoup4==4.14.0
|
beautifulsoup4==4.14.2
|
||||||
blinker==1.9.0
|
blinker==1.9.0
|
||||||
certifi==2025.8.3
|
certifi==2025.10.5
|
||||||
charset-normalizer==3.4.3
|
charset-normalizer==3.4.3
|
||||||
cheroot==11.0.0
|
cheroot==11.0.0
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
|
|
@ -16,7 +16,7 @@ filelock==3.19.1
|
||||||
Flask==3.1.2
|
Flask==3.1.2
|
||||||
gherkin-official==29.0.0
|
gherkin-official==29.0.0
|
||||||
hunter==3.9.0
|
hunter==3.9.0
|
||||||
hypothesis==6.140.2
|
hypothesis==6.140.3
|
||||||
idna==3.10
|
idna==3.10
|
||||||
importlib_metadata==8.7.0
|
importlib_metadata==8.7.0
|
||||||
importlib_resources==6.5.2
|
importlib_resources==6.5.2
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ pluggy==1.6.0
|
||||||
pyproject-api==1.9.1
|
pyproject-api==1.9.1
|
||||||
setuptools==80.9.0
|
setuptools==80.9.0
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
tox==4.30.2 ; python_full_version!="3.14.0b1"
|
tox==4.30.3 ; python_full_version!="3.14.0b1"
|
||||||
typing_extensions==4.15.0
|
typing_extensions==4.15.0
|
||||||
virtualenv==20.34.0
|
virtualenv==20.34.0
|
||||||
wheel==0.45.1
|
wheel==0.45.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue