Update dependencies
This commit is contained in:
parent
69f3882ce3
commit
f5e2660890
|
|
@ -13,7 +13,7 @@ charset-normalizer==3.4.4
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
cryptography==46.0.3
|
cryptography==46.0.3
|
||||||
docutils==0.22.3
|
docutils==0.22.3
|
||||||
exceptiongroup==1.3.0
|
exceptiongroup==1.3.1
|
||||||
github3.py==4.0.1
|
github3.py==4.0.1
|
||||||
h11==0.16.0
|
h11==0.16.0
|
||||||
httpcore==1.0.9
|
httpcore==1.0.9
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,6 @@ PyQt5-stubs==5.15.6.0
|
||||||
tomli==2.3.0
|
tomli==2.3.0
|
||||||
types-colorama==0.4.15.20250801
|
types-colorama==0.4.15.20250801
|
||||||
types-docutils==0.22.3.20251115
|
types-docutils==0.22.3.20251115
|
||||||
types-Pygments==2.19.0.20250809
|
types-Pygments==2.19.0.20251121
|
||||||
types-PyYAML==6.0.12.20250915
|
types-PyYAML==6.0.12.20250915
|
||||||
typing_extensions==4.15.0
|
typing_extensions==4.15.0
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
altgraph==0.17.4
|
altgraph==0.17.5
|
||||||
importlib_metadata==8.7.0
|
importlib_metadata==8.7.0
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
pyinstaller==6.16.0
|
pyinstaller==6.16.0
|
||||||
pyinstaller-hooks-contrib==2025.9
|
pyinstaller-hooks-contrib==2025.10
|
||||||
zipp==3.23.0
|
zipp==3.23.0
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ charset-normalizer==3.4.4
|
||||||
cheroot==11.1.2
|
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.1
|
||||||
execnet==2.1.2
|
execnet==2.1.2
|
||||||
filelock==3.19.1
|
filelock==3.19.1
|
||||||
Flask==3.1.2
|
Flask==3.1.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue