Update dependencies
This commit is contained in:
parent
0a32d6fef5
commit
253a818ecc
|
|
@ -31,7 +31,7 @@ packaging==24.2
|
|||
pkginfo==1.12.0
|
||||
platformdirs==4.3.6
|
||||
pycparser==2.22
|
||||
Pygments==2.19.0
|
||||
Pygments==2.19.1
|
||||
PyJWT==2.10.1
|
||||
Pympler==1.1
|
||||
pyproject_hooks==1.2.0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ flake8-deprecated==2.2.1
|
|||
flake8-docstrings==1.7.0
|
||||
flake8-future-import==0.4.7
|
||||
flake8-plugin-utils==1.3.3
|
||||
flake8-pytest-style==2.0.0
|
||||
flake8-pytest-style==2.1.0
|
||||
flake8-string-format==0.3.0
|
||||
flake8-tidy-imports==4.11.0
|
||||
flake8-tuple==0.4.1
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@ MarkupSafe==3.0.2
|
|||
mypy==1.14.1
|
||||
mypy-extensions==1.0.0
|
||||
pluggy==1.5.0
|
||||
Pygments==2.19.0
|
||||
Pygments==2.19.1
|
||||
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.18.0.20240506
|
||||
types-Pygments==2.19.0.20250107
|
||||
types-PyYAML==6.0.12.20241230
|
||||
types-setuptools==75.6.0.20241223
|
||||
types-setuptools==75.8.0.20250110
|
||||
typing_extensions==4.12.2
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ docutils==0.21.2
|
|||
idna==3.10
|
||||
importlib_metadata==8.5.0
|
||||
packaging==24.2
|
||||
Pygments==2.19.0
|
||||
Pygments==2.19.1
|
||||
pyproject_hooks==1.2.0
|
||||
pyroma==4.2
|
||||
requests==2.32.3
|
||||
tomli==2.2.1
|
||||
trove-classifiers==2024.10.21.16
|
||||
trove-classifiers==2025.1.10.15
|
||||
urllib3==2.3.0
|
||||
zipp==3.21.0
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ importlib_metadata==8.5.0
|
|||
Jinja2==3.1.5
|
||||
MarkupSafe==3.0.2
|
||||
packaging==24.2
|
||||
Pygments==2.19.0
|
||||
Pygments==2.19.1
|
||||
requests==2.32.3
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==7.4.7
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ filelock==3.16.1
|
|||
Flask==3.1.0
|
||||
gherkin-official==29.0.0
|
||||
hunter==3.7.0
|
||||
hypothesis==6.123.2
|
||||
hypothesis==6.123.16
|
||||
idna==3.10
|
||||
importlib_metadata==8.5.0
|
||||
importlib_resources==6.5.2
|
||||
|
|
@ -39,7 +39,7 @@ pillow==11.1.0
|
|||
platformdirs==4.3.6
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.19.0
|
||||
Pygments==2.19.1
|
||||
pytest==8.3.4
|
||||
pytest-bdd==8.1.0
|
||||
pytest-benchmark==5.1.0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ pip==24.3.1
|
|||
platformdirs==4.3.6
|
||||
pluggy==1.5.0
|
||||
pyproject-api==1.8.0
|
||||
setuptools==75.7.0
|
||||
setuptools==75.8.0
|
||||
tomli==2.2.1
|
||||
tox==4.23.2
|
||||
typing_extensions==4.12.2
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ adblock==0.6.0
|
|||
colorama==0.4.6
|
||||
Jinja2==3.1.5
|
||||
MarkupSafe==3.0.2
|
||||
Pygments==2.19.0
|
||||
Pygments==2.19.1
|
||||
PyYAML==6.0.2
|
||||
# Unpinned due to recompile_requirements.py limitations
|
||||
pyobjc-core ; sys_platform=="darwin"
|
||||
|
|
|
|||
Loading…
Reference in New Issue