Update dependencies
This commit is contained in:
parent
e528cc02c8
commit
eade090648
|
|
@ -40,9 +40,9 @@ packaging==24.2
|
|||
platformdirs==4.3.7
|
||||
prompt_toolkit==3.0.50
|
||||
pycparser==2.22
|
||||
pydantic==2.11.1
|
||||
pydantic==2.11.2
|
||||
pydantic-settings==2.8.1
|
||||
pydantic_core==2.33.0
|
||||
pydantic_core==2.33.1
|
||||
Pygments==2.19.1
|
||||
PyJWT==2.10.1
|
||||
Pympler==1.1
|
||||
|
|
@ -66,7 +66,7 @@ tomlkit==0.13.2
|
|||
twine==6.1.0
|
||||
typeguard==4.3.0
|
||||
typing-inspection==0.4.0
|
||||
typing_extensions==4.13.0
|
||||
typing_extensions==4.13.1
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.3.0
|
||||
wcmatch==10.0
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@ mccabe==0.7.0
|
|||
pep8-naming==0.14.1
|
||||
pycodestyle==2.13.0
|
||||
pydocstyle==6.3.0
|
||||
pyflakes==3.3.1
|
||||
pyflakes==3.3.2
|
||||
six==1.17.0
|
||||
snowballstemmer==2.2.0
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
chardet==5.2.0
|
||||
diff_cover==9.2.4
|
||||
Jinja2==3.1.6
|
||||
lxml==5.3.1
|
||||
lxml==5.3.2
|
||||
MarkupSafe==3.0.2
|
||||
mypy==1.15.0
|
||||
mypy-extensions==1.0.0
|
||||
|
|
@ -14,5 +14,5 @@ tomli==2.2.1
|
|||
types-colorama==0.4.15.20240311
|
||||
types-docutils==0.21.0.20241128
|
||||
types-Pygments==2.19.0.20250305
|
||||
types-PyYAML==6.0.12.20250326
|
||||
typing_extensions==4.13.0
|
||||
types-PyYAML==6.0.12.20250402
|
||||
typing_extensions==4.13.1
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@ requests==2.32.3
|
|||
six==1.17.0
|
||||
tomli==2.2.1
|
||||
tomlkit==0.13.2
|
||||
typing_extensions==4.13.0
|
||||
typing_extensions==4.13.1
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.3.0
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ filelock==3.18.0
|
|||
Flask==3.1.0
|
||||
gherkin-official==29.0.0
|
||||
hunter==3.7.0
|
||||
hypothesis==6.130.5
|
||||
hypothesis==6.130.9
|
||||
idna==3.10
|
||||
importlib_metadata==8.6.1
|
||||
importlib_resources==6.5.2
|
||||
|
|
@ -43,7 +43,7 @@ Pygments==2.19.1
|
|||
pytest==8.3.5
|
||||
pytest-bdd==8.1.0
|
||||
pytest-benchmark==5.1.0
|
||||
pytest-cov==6.0.0
|
||||
pytest-cov==6.1.1
|
||||
pytest-instafail==0.5.0
|
||||
pytest-mock==3.14.0
|
||||
pytest-qt==4.4.0
|
||||
|
|
@ -60,7 +60,7 @@ soupsieve==2.6
|
|||
tldextract==5.1.3
|
||||
tomli==2.2.1
|
||||
typeguard==4.3.0
|
||||
typing_extensions==4.13.0
|
||||
typing_extensions==4.13.1
|
||||
urllib3==2.3.0
|
||||
vulture==2.14
|
||||
Werkzeug==3.1.3
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ pyproject-api==1.9.0
|
|||
setuptools==78.1.0
|
||||
tomli==2.2.1
|
||||
tox==4.25.0
|
||||
typing_extensions==4.13.0
|
||||
virtualenv==20.29.3
|
||||
typing_extensions==4.13.1
|
||||
virtualenv==20.30.0
|
||||
wheel==0.45.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue