Update dependencies
This commit is contained in:
parent
817091c61d
commit
daa0662497
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
backports.tarfile==1.0.0
|
||||
backports.tarfile==1.1.0
|
||||
build==1.2.1
|
||||
bump2version==1.0.1
|
||||
certifi==2024.2.2
|
||||
|
|
@ -15,7 +15,7 @@ importlib_metadata==7.1.0
|
|||
importlib_resources==6.4.0
|
||||
jaraco.classes==3.4.0
|
||||
jaraco.context==5.3.0
|
||||
jaraco.functools==4.0.0
|
||||
jaraco.functools==4.0.1
|
||||
jeepney==0.8.0
|
||||
keyring==25.1.0
|
||||
manhole==1.8.0
|
||||
|
|
@ -30,7 +30,7 @@ Pygments==2.17.2
|
|||
PyJWT==2.8.0
|
||||
Pympler==1.0.1
|
||||
pyproject_hooks==1.0.0
|
||||
PyQt-builder==1.16.0
|
||||
PyQt-builder==1.16.1
|
||||
python-dateutil==2.9.0.post0
|
||||
readme_renderer==43.0
|
||||
requests==2.31.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
attrs==23.2.0
|
||||
flake8==7.0.0
|
||||
flake8-bugbear==24.2.6
|
||||
flake8-bugbear==24.4.21
|
||||
flake8-builtins==2.5.0
|
||||
flake8-comprehensions==3.14.0
|
||||
flake8-debugger==4.1.2
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ lxml==5.2.1
|
|||
MarkupSafe==2.1.5
|
||||
mypy==1.9.0
|
||||
mypy-extensions==1.0.0
|
||||
pluggy==1.4.0
|
||||
pluggy==1.5.0
|
||||
Pygments==2.17.2
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ charset-normalizer==3.3.2
|
|||
cheroot==10.0.0
|
||||
click==8.1.7
|
||||
coverage==7.4.4
|
||||
exceptiongroup==1.2.0
|
||||
exceptiongroup==1.2.1
|
||||
execnet==2.1.1
|
||||
filelock==3.13.4
|
||||
Flask==3.0.3
|
||||
|
|
@ -17,8 +17,8 @@ hypothesis==6.100.1
|
|||
idna==3.7
|
||||
importlib_metadata==7.1.0
|
||||
iniconfig==2.0.0
|
||||
itsdangerous==2.1.2
|
||||
jaraco.functools==4.0.0
|
||||
itsdangerous==2.2.0
|
||||
jaraco.functools==4.0.1
|
||||
# Jinja2==3.1.3
|
||||
Mako==1.3.3
|
||||
manhole==1.8.0
|
||||
|
|
@ -27,7 +27,7 @@ more-itertools==10.2.0
|
|||
packaging==24.0
|
||||
parse==1.20.1
|
||||
parse-type==0.6.2
|
||||
pluggy==1.4.0
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.17.2
|
||||
pytest==8.1.1
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ filelock==3.13.4
|
|||
packaging==24.0
|
||||
pip==24.0
|
||||
platformdirs==4.2.0
|
||||
pluggy==1.4.0
|
||||
pluggy==1.5.0
|
||||
pyproject-api==1.6.1
|
||||
setuptools==69.5.1
|
||||
tomli==2.0.1
|
||||
tox==4.14.2
|
||||
virtualenv==20.25.1
|
||||
virtualenv==20.25.3
|
||||
wheel==0.43.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue