Update dependencies
This commit is contained in:
parent
33ba05c657
commit
dd66300caf
|
|
@ -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==0.32.1
|
||||
bump-my-version==0.32.2
|
||||
certifi==2025.1.31
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.4.1
|
||||
|
|
@ -41,7 +41,7 @@ platformdirs==4.3.6
|
|||
prompt_toolkit==3.0.50
|
||||
pycparser==2.22
|
||||
pydantic==2.10.6
|
||||
pydantic-settings==2.7.1
|
||||
pydantic-settings==2.8.0
|
||||
pydantic_core==2.27.2
|
||||
Pygments==2.19.1
|
||||
PyJWT==2.10.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.5
|
||||
rich-click==1.8.6
|
||||
SecretStorage==3.3.3
|
||||
sip==6.10.0
|
||||
six==1.17.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==5.2.0
|
||||
diff_cover==9.2.2
|
||||
diff_cover==9.2.3
|
||||
Jinja2==3.1.5
|
||||
lxml==5.3.1
|
||||
MarkupSafe==3.0.2
|
||||
|
|
@ -13,7 +13,7 @@ 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.20250107
|
||||
types-Pygments==2.19.0.20250219
|
||||
types-PyYAML==6.0.12.20241230
|
||||
types-setuptools==75.8.0.20250210
|
||||
typing_extensions==4.12.2
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ pyproject_hooks==1.2.0
|
|||
pyroma==4.2
|
||||
requests==2.32.3
|
||||
tomli==2.2.1
|
||||
trove-classifiers==2025.1.15.22
|
||||
trove-classifiers==2025.2.18.16
|
||||
urllib3==2.3.0
|
||||
zipp==3.21.0
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ filelock==3.17.0
|
|||
Flask==3.1.0
|
||||
gherkin-official==29.0.0
|
||||
hunter==3.7.0
|
||||
hypothesis==6.125.3
|
||||
hypothesis==6.127.1
|
||||
idna==3.10
|
||||
importlib_metadata==8.6.1
|
||||
importlib_resources==6.5.2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
cachetools==5.5.1
|
||||
cachetools==5.5.2
|
||||
chardet==5.2.0
|
||||
colorama==0.4.6
|
||||
distlib==0.3.9
|
||||
|
|
|
|||
Loading…
Reference in New Issue