Update dependencies
This commit is contained in:
parent
accce7fdef
commit
f7c8c67818
|
|
@ -1,18 +1,23 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
annotated-types==0.7.0
|
||||
anyio==4.8.0
|
||||
autocommand==2.2.2
|
||||
backports.tarfile==1.2.0
|
||||
bracex==2.5.post1
|
||||
build==1.2.2.post1
|
||||
bump-my-version==0.31.1
|
||||
bump-my-version==0.32.1
|
||||
certifi==2025.1.31
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.4.1
|
||||
click==8.1.8
|
||||
cryptography==44.0.0
|
||||
cryptography==44.0.1
|
||||
docutils==0.21.2
|
||||
exceptiongroup==1.2.2
|
||||
github3.py==4.0.1
|
||||
h11==0.14.0
|
||||
httpcore==1.0.7
|
||||
httpx==0.28.1
|
||||
hunter==3.7.0
|
||||
id==1.5.0
|
||||
idna==3.10
|
||||
|
|
@ -55,6 +60,7 @@ rich-click==1.8.5
|
|||
SecretStorage==3.3.3
|
||||
sip==6.10.0
|
||||
six==1.17.0
|
||||
sniffio==1.3.1
|
||||
tomli==2.2.1
|
||||
tomlkit==0.13.2
|
||||
twine==6.1.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
attrs==25.1.0
|
||||
flake8==7.1.1
|
||||
flake8==7.1.2
|
||||
flake8-bugbear==24.12.12
|
||||
flake8-builtins==2.5.0
|
||||
flake8-comprehensions==3.16.0
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
chardet==5.2.0
|
||||
diff_cover==9.2.2
|
||||
Jinja2==3.1.5
|
||||
lxml==5.3.0
|
||||
lxml==5.3.1
|
||||
MarkupSafe==3.0.2
|
||||
mypy==1.14.1
|
||||
mypy==1.15.0
|
||||
mypy-extensions==1.0.0
|
||||
pluggy==1.5.0
|
||||
Pygments==2.19.1
|
||||
|
|
@ -15,5 +15,5 @@ types-colorama==0.4.15.20240311
|
|||
types-docutils==0.21.0.20241128
|
||||
types-Pygments==2.19.0.20250107
|
||||
types-PyYAML==6.0.12.20241230
|
||||
types-setuptools==75.8.0.20250110
|
||||
types-setuptools==75.8.0.20250210
|
||||
typing_extensions==4.12.2
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
altgraph==0.17.4
|
||||
importlib_metadata==8.6.1
|
||||
packaging==24.2
|
||||
pyinstaller==6.11.1
|
||||
pyinstaller==6.12.0
|
||||
pyinstaller-hooks-contrib==2025.1
|
||||
zipp==3.21.0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ astroid==3.3.8
|
|||
certifi==2025.1.31
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.4.1
|
||||
cryptography==44.0.0
|
||||
cryptography==44.0.1
|
||||
dill==0.3.9
|
||||
github3.py==4.0.1
|
||||
idna==3.10
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt6==6.8.0
|
||||
PyQt6-Qt6==6.8.1
|
||||
PyQt6==6.8.1
|
||||
PyQt6-Qt6==6.8.2
|
||||
PyQt6-WebEngine==6.8.0
|
||||
PyQt6-WebEngine-Qt6==6.8.1
|
||||
PyQt6-WebEngine-Qt6==6.8.2
|
||||
PyQt6_sip==13.10.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt6==6.8.0
|
||||
PyQt6-Qt6==6.8.1
|
||||
PyQt6==6.8.1
|
||||
PyQt6-Qt6==6.8.2
|
||||
PyQt6-WebEngine==6.8.0
|
||||
PyQt6-WebEngine-Qt6==6.8.1
|
||||
PyQt6-WebEngine-Qt6==6.8.2
|
||||
PyQt6_sip==13.10.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt6==6.8.0
|
||||
PyQt6-Qt6==6.8.1
|
||||
PyQt6==6.8.1
|
||||
PyQt6-Qt6==6.8.2
|
||||
PyQt6-WebEngine==6.8.0
|
||||
PyQt6-WebEngine-Qt6==6.8.1
|
||||
PyQt6-WebEngine-Qt6==6.8.2
|
||||
PyQt6_sip==13.10.0
|
||||
|
|
|
|||
|
|
@ -3,20 +3,20 @@
|
|||
attrs==25.1.0
|
||||
autocommand==2.2.2
|
||||
backports.tarfile==1.2.0
|
||||
beautifulsoup4==4.13.1
|
||||
beautifulsoup4==4.13.3
|
||||
blinker==1.9.0
|
||||
certifi==2025.1.31
|
||||
charset-normalizer==3.4.1
|
||||
cheroot==10.0.1
|
||||
click==8.1.8
|
||||
coverage==7.6.10
|
||||
coverage==7.6.12
|
||||
exceptiongroup==1.2.2
|
||||
execnet==2.1.1
|
||||
filelock==3.17.0
|
||||
Flask==3.1.0
|
||||
gherkin-official==29.0.0
|
||||
hunter==3.7.0
|
||||
hypothesis==6.125.1
|
||||
hypothesis==6.125.3
|
||||
idna==3.10
|
||||
importlib_metadata==8.6.1
|
||||
importlib_resources==6.5.2
|
||||
|
|
@ -28,7 +28,7 @@ jaraco.context==6.0.1
|
|||
jaraco.functools==4.1.0
|
||||
jaraco.text==3.12.1
|
||||
# Jinja2==3.1.5
|
||||
Mako==1.3.8
|
||||
Mako==1.3.9
|
||||
manhole==1.8.1
|
||||
# MarkupSafe==3.0.2
|
||||
more-itertools==10.6.0
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ colorama==0.4.6
|
|||
distlib==0.3.9
|
||||
filelock==3.17.0
|
||||
packaging==24.2
|
||||
pip==25.0
|
||||
pip==25.0.1
|
||||
platformdirs==4.3.6
|
||||
pluggy==1.5.0
|
||||
pyproject-api==1.9.0
|
||||
|
|
@ -14,5 +14,5 @@ setuptools==75.8.0
|
|||
tomli==2.2.1
|
||||
tox==4.24.1
|
||||
typing_extensions==4.12.2
|
||||
virtualenv==20.29.1
|
||||
virtualenv==20.29.2
|
||||
wheel==0.45.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue