Update dependencies
This commit is contained in:
parent
fedea10187
commit
0563dc0eda
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
attrs==23.2.0
|
||||
flake8==7.0.0
|
||||
flake8-bugbear==23.12.2
|
||||
flake8-bugbear==24.1.17
|
||||
flake8-builtins==2.2.0
|
||||
flake8-comprehensions==3.14.0
|
||||
flake8-debugger==4.1.2
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==5.2.0
|
||||
diff_cover==8.0.2
|
||||
diff_cover==8.0.3
|
||||
importlib-resources==6.1.1
|
||||
Jinja2==3.1.3
|
||||
lxml==5.1.0
|
||||
MarkupSafe==2.1.3
|
||||
MarkupSafe==2.1.4
|
||||
mypy==1.8.0
|
||||
mypy-extensions==1.0.0
|
||||
pluggy==1.3.0
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ altgraph==0.17.4
|
|||
importlib-metadata==7.0.1
|
||||
packaging==23.2
|
||||
pyinstaller==6.3.0
|
||||
pyinstaller-hooks-contrib==2023.12
|
||||
pyinstaller-hooks-contrib==2024.0
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ idna==3.6
|
|||
imagesize==1.4.1
|
||||
importlib-metadata==7.0.1
|
||||
Jinja2==3.1.3
|
||||
MarkupSafe==2.1.3
|
||||
MarkupSafe==2.1.4
|
||||
packaging==23.2
|
||||
Pygments==2.17.2
|
||||
pytz==2023.3.post1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
attrs==23.2.0
|
||||
beautifulsoup4==4.12.2
|
||||
beautifulsoup4==4.12.3
|
||||
blinker==1.7.0
|
||||
certifi==2023.11.17
|
||||
charset-normalizer==3.3.2
|
||||
|
|
@ -11,9 +11,9 @@ coverage==7.4.0
|
|||
exceptiongroup==1.2.0
|
||||
execnet==2.0.2
|
||||
filelock==3.13.1
|
||||
Flask==3.0.0
|
||||
Flask==3.0.1
|
||||
hunter==3.6.1
|
||||
hypothesis==6.93.0
|
||||
hypothesis==6.96.2
|
||||
idna==3.6
|
||||
importlib-metadata==7.0.1
|
||||
iniconfig==2.0.0
|
||||
|
|
@ -22,7 +22,7 @@ jaraco.functools==4.0.0
|
|||
# Jinja2==3.1.3
|
||||
Mako==1.3.0
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.1.3
|
||||
# MarkupSafe==2.1.4
|
||||
more-itertools==10.2.0
|
||||
packaging==23.2
|
||||
parse==1.20.0
|
||||
|
|
@ -48,10 +48,9 @@ six==1.16.0
|
|||
sortedcontainers==2.4.0
|
||||
soupsieve==2.5
|
||||
tldextract==5.1.1
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.9.0
|
||||
urllib3==2.1.0
|
||||
vulture==2.10
|
||||
vulture==2.11
|
||||
Werkzeug==3.0.1
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ pluggy==1.3.0
|
|||
pyproject-api==1.6.1
|
||||
setuptools==69.0.3
|
||||
tomli==2.0.1
|
||||
tox==4.12.0
|
||||
tox==4.12.1
|
||||
virtualenv==20.25.0
|
||||
wheel==0.42.0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
toml==0.10.2
|
||||
vulture==2.10
|
||||
tomli==2.0.1
|
||||
vulture==2.11
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ adblock==0.6.0
|
|||
colorama==0.4.6
|
||||
importlib-resources==6.1.1 ; python_version=="3.8.*"
|
||||
Jinja2==3.1.3
|
||||
MarkupSafe==2.1.3
|
||||
MarkupSafe==2.1.4
|
||||
Pygments==2.17.2
|
||||
PyYAML==6.0.1
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue