Update dependencies
This commit is contained in:
parent
c9498995df
commit
43b5618c0a
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
annotated-types==0.7.0
|
||||
anyio==4.10.0
|
||||
anyio==4.11.0
|
||||
autocommand==2.2.2
|
||||
backports.tarfile==1.2.0
|
||||
bracex==2.6
|
||||
|
|
@ -41,7 +41,7 @@ platformdirs==4.4.0
|
|||
prompt_toolkit==3.0.52
|
||||
pycparser==2.23
|
||||
pydantic==2.11.9
|
||||
pydantic-settings==2.10.1
|
||||
pydantic-settings==2.11.0
|
||||
pydantic_core==2.33.2
|
||||
Pygments==2.19.2
|
||||
PyJWT==2.10.1
|
||||
|
|
@ -70,5 +70,5 @@ typing_extensions==4.15.0
|
|||
uritemplate==4.2.0
|
||||
# urllib3==2.5.0
|
||||
wcmatch==10.1
|
||||
wcwidth==0.2.13
|
||||
wcwidth==0.2.14
|
||||
zipp==3.23.0
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==5.2.0
|
||||
diff_cover==9.6.0
|
||||
diff_cover==9.7.1
|
||||
Jinja2==3.1.6
|
||||
lxml==6.0.2
|
||||
MarkupSafe==3.0.2
|
||||
MarkupSafe==3.0.3
|
||||
mypy==1.18.2
|
||||
mypy_extensions==1.1.0
|
||||
pathspec==0.12.1
|
||||
|
|
@ -13,7 +13,7 @@ Pygments==2.19.2
|
|||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.2.1
|
||||
types-colorama==0.4.15.20250801
|
||||
types-docutils==0.22.0.20250919
|
||||
types-docutils==0.22.2.20250924
|
||||
types-Pygments==2.19.0.20250809
|
||||
types-PyYAML==6.0.12.20250915
|
||||
typing_extensions==4.15.0
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ altgraph==0.17.4
|
|||
importlib_metadata==8.7.0
|
||||
packaging==25.0
|
||||
pyinstaller==6.16.0
|
||||
pyinstaller-hooks-contrib==2025.8
|
||||
pyinstaller-hooks-contrib==2025.9
|
||||
zipp==3.23.0
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ idna==3.10
|
|||
imagesize==1.4.1
|
||||
importlib_metadata==8.7.0
|
||||
Jinja2==3.1.6
|
||||
MarkupSafe==3.0.2
|
||||
MarkupSafe==3.0.3
|
||||
packaging==25.0
|
||||
Pygments==2.19.2
|
||||
requests==2.32.5
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
attrs==25.3.0
|
||||
autocommand==2.2.2
|
||||
backports.tarfile==1.2.0
|
||||
beautifulsoup4==4.13.5
|
||||
beautifulsoup4==4.14.0
|
||||
blinker==1.9.0
|
||||
certifi==2025.8.3
|
||||
charset-normalizer==3.4.3
|
||||
|
|
@ -16,7 +16,7 @@ filelock==3.19.1
|
|||
Flask==3.1.2
|
||||
gherkin-official==29.0.0
|
||||
hunter==3.9.0
|
||||
hypothesis==6.140.0
|
||||
hypothesis==6.140.2
|
||||
idna==3.10
|
||||
importlib_metadata==8.7.0
|
||||
importlib_resources==6.5.2
|
||||
|
|
@ -30,7 +30,7 @@ jaraco.text==3.12.1
|
|||
# Jinja2==3.1.6
|
||||
Mako==1.3.10
|
||||
manhole==1.8.1
|
||||
# MarkupSafe==3.0.2
|
||||
# MarkupSafe==3.0.3
|
||||
more-itertools==10.8.0
|
||||
packaging==25.0
|
||||
parse==1.20.2
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
pathspec==0.12.1
|
||||
PyYAML==6.0.2
|
||||
PyYAML==6.0.3
|
||||
yamllint==1.37.1
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
adblock==0.6.0
|
||||
colorama==0.4.6
|
||||
Jinja2==3.1.6
|
||||
MarkupSafe==3.0.2
|
||||
MarkupSafe==3.0.3
|
||||
Pygments==2.19.2
|
||||
PyYAML==6.0.2
|
||||
PyYAML==6.0.3
|
||||
# Unpinned due to recompile_requirements.py limitations
|
||||
pyobjc-core ; sys_platform=="darwin"
|
||||
pyobjc-framework-Cocoa ; sys_platform=="darwin"
|
||||
|
|
|
|||
Loading…
Reference in New Issue