Update dependencies
This commit is contained in:
parent
264d91eaec
commit
52917f9c31
|
|
@ -6,9 +6,9 @@ autocommand==2.2.2
|
|||
backports.tarfile==1.2.0
|
||||
bracex==2.6
|
||||
build==1.3.0
|
||||
bump-my-version==1.2.1
|
||||
bump-my-version==1.2.2
|
||||
certifi==2025.8.3
|
||||
cffi==1.17.1
|
||||
cffi==2.0.0
|
||||
charset-normalizer==3.4.3
|
||||
click==8.1.8
|
||||
cryptography==45.0.7
|
||||
|
|
@ -39,8 +39,8 @@ nh3==0.3.0
|
|||
packaging==25.0
|
||||
platformdirs==4.4.0
|
||||
prompt_toolkit==3.0.52
|
||||
pycparser==2.22
|
||||
pydantic==2.11.7
|
||||
pycparser==2.23
|
||||
pydantic==2.11.9
|
||||
pydantic-settings==2.10.1
|
||||
pydantic_core==2.33.2
|
||||
Pygments==2.19.2
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ attrs==25.3.0
|
|||
flake8==7.3.0
|
||||
flake8-bugbear==24.12.12
|
||||
flake8-builtins==3.0.0
|
||||
flake8-comprehensions==3.16.0
|
||||
flake8-comprehensions==3.17.0
|
||||
flake8-debugger==4.1.2
|
||||
flake8-deprecated==2.2.1
|
||||
flake8-docstrings==1.7.0
|
||||
|
|
@ -12,7 +12,7 @@ flake8-future-import==0.4.7
|
|||
flake8-plugin-utils==1.3.3
|
||||
flake8-pytest-style==2.1.0
|
||||
flake8-string-format==0.3.0
|
||||
flake8-tidy-imports==4.11.0
|
||||
flake8-tidy-imports==4.12.0
|
||||
flake8-tuple==0.4.1
|
||||
mccabe==0.7.0
|
||||
pep8-naming==0.15.1
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ diff_cover==9.6.0
|
|||
Jinja2==3.1.6
|
||||
lxml==6.0.1
|
||||
MarkupSafe==3.0.2
|
||||
mypy==1.17.1
|
||||
mypy==1.18.1
|
||||
mypy_extensions==1.1.0
|
||||
pathspec==0.12.1
|
||||
pluggy==1.6.0
|
||||
|
|
@ -13,7 +13,7 @@ Pygments==2.19.2
|
|||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.2.1
|
||||
types-colorama==0.4.15.20250801
|
||||
types-docutils==0.22.0.20250822
|
||||
types-docutils==0.22.0.20250914
|
||||
types-Pygments==2.19.0.20250809
|
||||
types-PyYAML==6.0.12.20250822
|
||||
types-PyYAML==6.0.12.20250915
|
||||
typing_extensions==4.15.0
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
altgraph==0.17.4
|
||||
importlib_metadata==8.7.0
|
||||
packaging==25.0
|
||||
pyinstaller==6.15.0
|
||||
pyinstaller==6.16.0
|
||||
pyinstaller-hooks-contrib==2025.8
|
||||
zipp==3.23.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
astroid==3.3.11
|
||||
certifi==2025.8.3
|
||||
cffi==1.17.1
|
||||
cffi==2.0.0
|
||||
charset-normalizer==3.4.3
|
||||
cryptography==45.0.7
|
||||
dill==0.4.0
|
||||
|
|
@ -12,7 +12,7 @@ isort==6.0.1
|
|||
mccabe==0.7.0
|
||||
pefile==2024.8.26
|
||||
platformdirs==4.4.0
|
||||
pycparser==2.22
|
||||
pycparser==2.23
|
||||
PyJWT==2.10.1
|
||||
pylint==3.3.8
|
||||
python-dateutil==2.9.0.post0
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ pyproject_hooks==1.2.0
|
|||
pyroma==5.0
|
||||
requests==2.32.5
|
||||
tomli==2.2.1
|
||||
trove-classifiers==2025.8.26.11
|
||||
trove-classifiers==2025.9.11.17
|
||||
urllib3==2.5.0
|
||||
zipp==3.23.0
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ filelock==3.19.1
|
|||
Flask==3.1.2
|
||||
gherkin-official==29.0.0
|
||||
hunter==3.9.0
|
||||
hypothesis==6.138.14
|
||||
hypothesis==6.138.16
|
||||
idna==3.10
|
||||
importlib_metadata==8.7.0
|
||||
importlib_resources==6.5.2
|
||||
|
|
@ -43,7 +43,7 @@ Pygments==2.19.2
|
|||
pytest==8.4.2
|
||||
pytest-bdd==8.1.0
|
||||
pytest-benchmark==5.1.0
|
||||
pytest-cov==6.3.0
|
||||
pytest-cov==7.0.0
|
||||
pytest-instafail==0.5.0
|
||||
pytest-mock==3.15.0
|
||||
pytest-qt==4.5.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue