Update dependencies
This commit is contained in:
parent
9b69c889ef
commit
6ec5504ab3
|
|
@ -12,7 +12,7 @@ cffi==2.0.0
|
||||||
charset-normalizer==3.4.4
|
charset-normalizer==3.4.4
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
cryptography==46.0.3
|
cryptography==46.0.3
|
||||||
docutils==0.22.2
|
docutils==0.22.3
|
||||||
exceptiongroup==1.3.0
|
exceptiongroup==1.3.0
|
||||||
github3.py==4.0.1
|
github3.py==4.0.1
|
||||||
h11==0.16.0
|
h11==0.16.0
|
||||||
|
|
@ -40,9 +40,9 @@ packaging==25.0
|
||||||
platformdirs==4.4.0
|
platformdirs==4.4.0
|
||||||
prompt_toolkit==3.0.52
|
prompt_toolkit==3.0.52
|
||||||
pycparser==2.23
|
pycparser==2.23
|
||||||
pydantic==2.12.3
|
pydantic==2.12.4
|
||||||
pydantic-settings==2.11.0
|
pydantic-settings==2.11.0
|
||||||
pydantic_core==2.41.4
|
pydantic_core==2.41.5
|
||||||
Pygments==2.19.2
|
Pygments==2.19.2
|
||||||
PyJWT==2.10.1
|
PyJWT==2.10.1
|
||||||
Pympler==1.1
|
Pympler==1.1
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
PyQt5==5.15.11 # rq.filter: < 5.16
|
PyQt5==5.15.11 # rq.filter: < 5.16
|
||||||
PyQt5-Qt5==5.15.17
|
PyQt5-Qt5==5.15.18
|
||||||
PyQt5_sip==12.17.1
|
PyQt5_sip==12.17.1
|
||||||
PyQtWebEngine==5.15.7 # rq.filter: < 5.16
|
PyQtWebEngine==5.15.7 # rq.filter: < 5.16
|
||||||
PyQtWebEngine-Qt5==5.15.17
|
PyQtWebEngine-Qt5==5.15.18
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
PyQt5==5.15.11
|
PyQt5==5.15.11
|
||||||
PyQt5-Qt5==5.15.17
|
PyQt5-Qt5==5.15.18
|
||||||
PyQt5_sip==12.17.1
|
PyQt5_sip==12.17.1
|
||||||
PyQtWebEngine==5.15.7
|
PyQtWebEngine==5.15.7
|
||||||
PyQtWebEngine-Qt5==5.15.17
|
PyQtWebEngine-Qt5==5.15.18
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build==1.3.0
|
||||||
certifi==2025.10.5
|
certifi==2025.10.5
|
||||||
charset-normalizer==3.4.4
|
charset-normalizer==3.4.4
|
||||||
check-manifest==0.51
|
check-manifest==0.51
|
||||||
docutils==0.22.2
|
docutils==0.22.3
|
||||||
idna==3.11
|
idna==3.11
|
||||||
importlib_metadata==8.7.0
|
importlib_metadata==8.7.0
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
|
|
|
||||||
|
|
@ -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.1.0
|
cheroot==11.1.2
|
||||||
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.2.0
|
pytest-benchmark==5.2.3
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue