Update dependencies
This commit is contained in:
parent
bc72687d7d
commit
12bed611c5
|
|
@ -6,7 +6,7 @@ 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.4
|
bump-my-version==1.2.5
|
||||||
certifi==2025.11.12
|
certifi==2025.11.12
|
||||||
cffi==2.0.0
|
cffi==2.0.0
|
||||||
charset-normalizer==3.4.4
|
charset-normalizer==3.4.4
|
||||||
|
|
@ -67,7 +67,7 @@ typeguard==4.3.0
|
||||||
typing-inspection==0.4.2
|
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.6.0
|
# urllib3==2.6.2
|
||||||
wcmatch==10.1
|
wcmatch==10.1
|
||||||
wcwidth==0.2.14
|
wcwidth==0.2.14
|
||||||
zipp==3.23.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
|
||||||
|
|
||||||
chardet==5.2.0
|
chardet==5.2.0
|
||||||
diff_cover==9.7.2
|
diff_cover==10.0.0
|
||||||
Jinja2==3.1.6
|
Jinja2==3.1.6
|
||||||
librt==0.7.3
|
librt==0.7.3
|
||||||
lxml==6.0.2
|
lxml==6.0.2
|
||||||
|
|
|
||||||
|
|
@ -24,5 +24,5 @@ tomli==2.3.0
|
||||||
tomlkit==0.13.3
|
tomlkit==0.13.3
|
||||||
typing_extensions==4.15.0
|
typing_extensions==4.15.0
|
||||||
uritemplate==4.2.0
|
uritemplate==4.2.0
|
||||||
# urllib3==2.6.0
|
# urllib3==2.6.2
|
||||||
zipp==3.23.0
|
zipp==3.23.0
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,9 @@ importlib_metadata==8.7.0
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
Pygments==2.19.2
|
Pygments==2.19.2
|
||||||
pyproject_hooks==1.2.0
|
pyproject_hooks==1.2.0
|
||||||
pyroma==5.0
|
pyroma==5.0.1
|
||||||
requests==2.32.5
|
requests==2.32.5
|
||||||
tomli==2.3.0
|
tomli==2.3.0
|
||||||
trove-classifiers==2025.12.1.14
|
trove-classifiers==2025.12.1.14
|
||||||
urllib3==2.6.0
|
urllib3==2.6.2
|
||||||
zipp==3.23.0
|
zipp==3.23.0
|
||||||
|
|
|
||||||
|
|
@ -22,5 +22,5 @@ sphinxcontrib-jsmath==1.0.1
|
||||||
sphinxcontrib-qthelp==2.0.0
|
sphinxcontrib-qthelp==2.0.0
|
||||||
sphinxcontrib-serializinghtml==2.0.0
|
sphinxcontrib-serializinghtml==2.0.0
|
||||||
tomli==2.3.0
|
tomli==2.3.0
|
||||||
urllib3==2.6.0
|
urllib3==2.6.2
|
||||||
zipp==3.23.0
|
zipp==3.23.0
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ tldextract==5.3.0
|
||||||
tomli==2.3.0
|
tomli==2.3.0
|
||||||
typeguard==4.3.0
|
typeguard==4.3.0
|
||||||
typing_extensions==4.15.0
|
typing_extensions==4.15.0
|
||||||
urllib3==2.6.0
|
urllib3==2.6.2
|
||||||
vulture==2.14
|
vulture==2.14
|
||||||
Werkzeug==3.1.4
|
Werkzeug==3.1.4
|
||||||
zipp==3.23.0
|
zipp==3.23.0
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
cachetools==6.2.2
|
cachetools==6.2.3
|
||||||
chardet==5.2.0
|
chardet==5.2.0
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
distlib==0.4.0
|
distlib==0.4.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue