Update dependencies
This commit is contained in:
parent
a0fd88aac8
commit
2efaf92b7c
|
|
@ -6,7 +6,7 @@ autocommand==2.2.2
|
|||
backports.tarfile==1.2.0
|
||||
bracex==2.5.post1
|
||||
build==1.2.2.post1
|
||||
bump-my-version==1.0.0
|
||||
bump-my-version==1.0.2
|
||||
certifi==2025.1.31
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.4.1
|
||||
|
|
@ -56,7 +56,7 @@ requests==2.32.3
|
|||
requests-toolbelt==1.0.0
|
||||
rfc3986==2.0.0
|
||||
rich==13.9.4
|
||||
rich-click==1.8.6
|
||||
rich-click==1.8.8
|
||||
SecretStorage==3.3.3
|
||||
sip==6.10.0
|
||||
six==1.17.0
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==5.2.0
|
||||
diff_cover==9.2.3
|
||||
Jinja2==3.1.5
|
||||
diff_cover==9.2.4
|
||||
Jinja2==3.1.6
|
||||
lxml==5.3.1
|
||||
MarkupSafe==3.0.2
|
||||
mypy==1.15.0
|
||||
|
|
@ -13,7 +13,6 @@ PyQt5-stubs==5.15.6.0
|
|||
tomli==2.2.1
|
||||
types-colorama==0.4.15.20240311
|
||||
types-docutils==0.21.0.20241128
|
||||
types-Pygments==2.19.0.20250219
|
||||
types-Pygments==2.19.0.20250305
|
||||
types-PyYAML==6.0.12.20241230
|
||||
types-setuptools==75.8.2.20250301
|
||||
typing_extensions==4.12.2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==3.3.8
|
||||
astroid==3.3.9
|
||||
certifi==2025.1.31
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.4.1
|
||||
|
|
@ -14,7 +14,7 @@ pefile==2024.8.26
|
|||
platformdirs==4.3.6
|
||||
pycparser==2.22
|
||||
PyJWT==2.10.1
|
||||
pylint==3.3.4
|
||||
pylint==3.3.5
|
||||
python-dateutil==2.9.0.post0
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.32.3
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ pyproject_hooks==1.2.0
|
|||
pyroma==4.2
|
||||
requests==2.32.3
|
||||
tomli==2.2.1
|
||||
trove-classifiers==2025.2.18.16
|
||||
trove-classifiers==2025.3.3.18
|
||||
urllib3==2.3.0
|
||||
zipp==3.21.0
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ docutils==0.21.2
|
|||
idna==3.10
|
||||
imagesize==1.4.1
|
||||
importlib_metadata==8.6.1
|
||||
Jinja2==3.1.5
|
||||
Jinja2==3.1.6
|
||||
MarkupSafe==3.0.2
|
||||
packaging==24.2
|
||||
Pygments==2.19.1
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ filelock==3.17.0
|
|||
Flask==3.1.0
|
||||
gherkin-official==29.0.0
|
||||
hunter==3.7.0
|
||||
hypothesis==6.127.4
|
||||
hypothesis==6.128.1
|
||||
idna==3.10
|
||||
importlib_metadata==8.6.1
|
||||
importlib_resources==6.5.2
|
||||
|
|
@ -27,7 +27,7 @@ jaraco.collections==5.1.0
|
|||
jaraco.context==6.0.1
|
||||
jaraco.functools==4.1.0
|
||||
jaraco.text==3.12.1
|
||||
# Jinja2==3.1.5
|
||||
# Jinja2==3.1.6
|
||||
Mako==1.3.9
|
||||
manhole==1.8.1
|
||||
# MarkupSafe==3.0.2
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ pip==25.0.1
|
|||
platformdirs==4.3.6
|
||||
pluggy==1.5.0
|
||||
pyproject-api==1.9.0
|
||||
setuptools==75.8.2
|
||||
setuptools==76.0.0
|
||||
tomli==2.2.1
|
||||
tox==4.24.1
|
||||
tox==4.24.2
|
||||
typing_extensions==4.12.2
|
||||
virtualenv==20.29.2
|
||||
virtualenv==20.29.3
|
||||
wheel==0.45.1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
adblock==0.6.0
|
||||
colorama==0.4.6
|
||||
Jinja2==3.1.5
|
||||
Jinja2==3.1.6
|
||||
MarkupSafe==3.0.2
|
||||
Pygments==2.19.1
|
||||
PyYAML==6.0.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue