Update dependencies
This commit is contained in:
parent
214e2e9ac2
commit
df9cef3a58
|
|
@ -35,7 +35,7 @@ manhole==1.8.1
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
more-itertools==10.8.0
|
more-itertools==10.8.0
|
||||||
nh3==0.3.1
|
nh3==0.3.2
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
platformdirs==4.4.0
|
platformdirs==4.4.0
|
||||||
prompt_toolkit==3.0.52
|
prompt_toolkit==3.0.52
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ beautifulsoup4==4.14.2
|
||||||
blinker==1.9.0
|
blinker==1.9.0
|
||||||
certifi==2025.10.5
|
certifi==2025.10.5
|
||||||
charset-normalizer==3.4.4
|
charset-normalizer==3.4.4
|
||||||
cheroot==11.0.0
|
cheroot==11.1.0
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
coverage==7.10.7
|
coverage==7.10.7
|
||||||
exceptiongroup==1.3.0
|
exceptiongroup==1.3.0
|
||||||
|
|
@ -42,7 +42,7 @@ py-cpuinfo==9.0.0
|
||||||
Pygments==2.19.2
|
Pygments==2.19.2
|
||||||
pytest==8.4.2
|
pytest==8.4.2
|
||||||
pytest-bdd==8.1.0
|
pytest-bdd==8.1.0
|
||||||
pytest-benchmark==5.1.0
|
pytest-benchmark==5.2.0
|
||||||
pytest-cov==7.0.0
|
pytest-cov==7.0.0
|
||||||
pytest-instafail==0.5.0
|
pytest-instafail==0.5.0
|
||||||
pytest-mock==3.15.1
|
pytest-mock==3.15.1
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@ setuptools==80.9.0
|
||||||
tomli==2.3.0
|
tomli==2.3.0
|
||||||
tox==4.30.3 ; python_full_version!="3.14.0b1"
|
tox==4.30.3 ; python_full_version!="3.14.0b1"
|
||||||
typing_extensions==4.15.0
|
typing_extensions==4.15.0
|
||||||
virtualenv==20.35.3
|
virtualenv==20.35.4
|
||||||
wheel==0.45.1
|
wheel==0.45.1
|
||||||
tox @ git+https://github.com/tox-dev/tox ; python_full_version=="3.14.0b1"
|
tox @ git+https://github.com/tox-dev/tox ; python_full_version=="3.14.0b1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue