Update dependencies
This commit is contained in:
parent
d4a7619f9c
commit
35e4122a52
|
|
@ -30,7 +30,7 @@ Pympler==1.0.1
|
|||
pyproject_hooks==1.0.0
|
||||
PyQt-builder==1.15.2
|
||||
python-dateutil==2.8.2
|
||||
readme-renderer==40.0
|
||||
readme-renderer==41.0
|
||||
requests==2.31.0
|
||||
requests-toolbelt==1.0.0
|
||||
rfc3986==2.0.0
|
||||
|
|
|
|||
|
|
@ -6,16 +6,16 @@ importlib-resources==6.0.1
|
|||
Jinja2==3.1.2
|
||||
lxml==4.9.3
|
||||
MarkupSafe==2.1.3
|
||||
mypy==1.5.0
|
||||
mypy==1.5.1
|
||||
mypy-extensions==1.0.0
|
||||
pluggy==1.2.0
|
||||
Pygments==2.16.1
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
types-colorama==0.4.15.12
|
||||
types-docutils==0.20.0.2
|
||||
types-docutils==0.20.0.3
|
||||
types-Pygments==2.16.0.0
|
||||
types-PyYAML==6.0.12.11
|
||||
types-setuptools==68.0.0.3
|
||||
types-setuptools==68.1.0.0
|
||||
typing_extensions==4.7.1
|
||||
zipp==3.16.2
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
altgraph==0.17.3
|
||||
pyinstaller @ git+https://github.com/pyinstaller/pyinstaller.git@79f62ef29822169ae00cd4271390d0e3175476ad
|
||||
pyinstaller-hooks-contrib==2023.6
|
||||
pyinstaller-hooks-contrib==2023.7
|
||||
|
|
|
|||
|
|
@ -6,14 +6,14 @@ blinker==1.6.2
|
|||
certifi==2023.7.22
|
||||
charset-normalizer==3.2.0
|
||||
cheroot==10.0.0
|
||||
click==8.1.6
|
||||
click==8.1.7
|
||||
coverage==7.3.0
|
||||
exceptiongroup==1.1.2
|
||||
exceptiongroup==1.1.3
|
||||
execnet==2.0.2
|
||||
filelock==3.12.2
|
||||
Flask==2.3.2
|
||||
hunter==3.6.1
|
||||
hypothesis==6.82.4
|
||||
hypothesis==6.82.6
|
||||
idna==3.4
|
||||
importlib-metadata==6.8.0
|
||||
iniconfig==2.0.0
|
||||
|
|
@ -52,6 +52,6 @@ toml==0.10.2
|
|||
tomli==2.0.1
|
||||
typing_extensions==4.7.1
|
||||
urllib3==2.0.4
|
||||
vulture==2.8
|
||||
Werkzeug==2.3.6
|
||||
vulture==2.9
|
||||
Werkzeug==2.3.7
|
||||
zipp==3.16.2
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ packaging==23.1
|
|||
pip==23.2.1
|
||||
platformdirs==3.10.0
|
||||
pluggy==1.2.0
|
||||
pyproject-api==1.5.3
|
||||
setuptools==68.0.0
|
||||
pyproject-api==1.5.4
|
||||
setuptools==68.1.2
|
||||
tomli==2.0.1
|
||||
tox==4.8.0
|
||||
tox==4.9.0
|
||||
virtualenv==20.24.3
|
||||
wheel==0.41.1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
toml==0.10.2
|
||||
vulture==2.8
|
||||
vulture==2.9
|
||||
|
|
|
|||
Loading…
Reference in New Issue