Update dependencies
This commit is contained in:
parent
7750a2f7a2
commit
7d9db29661
|
|
@ -3,7 +3,7 @@
|
|||
build==1.0.3
|
||||
check-manifest==0.49
|
||||
importlib-metadata==6.8.0
|
||||
packaging==23.1
|
||||
packaging==23.2
|
||||
pyproject_hooks==1.0.0
|
||||
tomli==2.0.1
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
build==1.0.3
|
||||
bump2version==1.0.1
|
||||
certifi==2023.7.22
|
||||
cffi==1.15.1
|
||||
charset-normalizer==3.2.0
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.0
|
||||
cryptography==41.0.4
|
||||
docutils==0.20.1
|
||||
github3.py==4.0.1
|
||||
|
|
@ -20,7 +20,7 @@ markdown-it-py==3.0.0
|
|||
mdurl==0.1.2
|
||||
more-itertools==10.1.0
|
||||
nh3==0.2.14
|
||||
packaging==23.1
|
||||
packaging==23.2
|
||||
pkginfo==1.9.6
|
||||
ply==3.11
|
||||
pycparser==2.21
|
||||
|
|
@ -34,7 +34,7 @@ readme-renderer==42.0
|
|||
requests==2.31.0
|
||||
requests-toolbelt==1.0.0
|
||||
rfc3986==2.0.0
|
||||
rich==13.5.3
|
||||
rich==13.6.0
|
||||
SecretStorage==3.3.3
|
||||
sip==6.7.11
|
||||
six==1.16.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.3
|
||||
altgraph==0.17.4
|
||||
pyinstaller @ git+https://github.com/pyinstaller/pyinstaller.git@79f62ef29822169ae00cd4271390d0e3175476ad
|
||||
pyinstaller-hooks-contrib==2023.8
|
||||
pyinstaller-hooks-contrib==2023.9
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==2.15.7
|
||||
astroid==2.15.8
|
||||
certifi==2023.7.22
|
||||
cffi==1.15.1
|
||||
charset-normalizer==3.2.0
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.0
|
||||
cryptography==41.0.4
|
||||
dill==0.3.7
|
||||
github3.py==4.0.1
|
||||
|
|
@ -15,7 +15,7 @@ pefile==2023.2.7
|
|||
platformdirs==3.10.0
|
||||
pycparser==2.21
|
||||
PyJWT==2.8.0
|
||||
pylint==2.17.5
|
||||
pylint==2.17.7
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.31.0
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
build==1.0.3
|
||||
certifi==2023.7.22
|
||||
charset-normalizer==3.2.0
|
||||
charset-normalizer==3.3.0
|
||||
docutils==0.20.1
|
||||
idna==3.4
|
||||
importlib-metadata==6.8.0
|
||||
packaging==23.1
|
||||
packaging==23.2
|
||||
Pygments==2.16.1
|
||||
pyproject_hooks==1.0.0
|
||||
pyroma==4.2
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@
|
|||
alabaster==0.7.13
|
||||
Babel==2.12.1
|
||||
certifi==2023.7.22
|
||||
charset-normalizer==3.2.0
|
||||
charset-normalizer==3.3.0
|
||||
docutils==0.20.1
|
||||
idna==3.4
|
||||
imagesize==1.4.1
|
||||
importlib-metadata==6.8.0
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.3
|
||||
packaging==23.1
|
||||
packaging==23.2
|
||||
Pygments==2.16.1
|
||||
pytz==2023.3.post1
|
||||
requests==2.31.0
|
||||
|
|
|
|||
|
|
@ -4,16 +4,16 @@ attrs==23.1.0
|
|||
beautifulsoup4==4.12.2
|
||||
blinker==1.6.2
|
||||
certifi==2023.7.22
|
||||
charset-normalizer==3.2.0
|
||||
charset-normalizer==3.3.0
|
||||
cheroot==10.0.0
|
||||
click==8.1.7
|
||||
coverage==7.3.1
|
||||
exceptiongroup==1.1.3
|
||||
execnet==2.0.2
|
||||
filelock==3.12.4
|
||||
Flask==2.3.3
|
||||
Flask==3.0.0
|
||||
hunter==3.6.1
|
||||
hypothesis==6.87.0
|
||||
hypothesis==6.87.1
|
||||
idna==3.4
|
||||
importlib-metadata==6.8.0
|
||||
iniconfig==2.0.0
|
||||
|
|
@ -24,7 +24,7 @@ Mako==1.2.4
|
|||
manhole==1.8.0
|
||||
# MarkupSafe==2.1.3
|
||||
more-itertools==10.1.0
|
||||
packaging==23.1
|
||||
packaging==23.2
|
||||
parse==1.19.1
|
||||
parse-type==0.6.2
|
||||
pluggy==1.3.0
|
||||
|
|
@ -37,7 +37,7 @@ pytest-cov==4.1.0
|
|||
pytest-instafail==0.5.0
|
||||
pytest-mock==3.11.1
|
||||
pytest-qt==4.2.0
|
||||
pytest-repeat==0.9.1
|
||||
pytest-repeat==0.9.2
|
||||
pytest-rerunfailures==12.0
|
||||
pytest-xdist==3.3.1
|
||||
pytest-xvfb==3.0.0
|
||||
|
|
@ -53,5 +53,5 @@ tomli==2.0.1
|
|||
typing_extensions==4.8.0
|
||||
urllib3==2.0.5
|
||||
vulture==2.9.1
|
||||
Werkzeug==2.3.7
|
||||
Werkzeug==3.0.0
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ chardet==5.2.0
|
|||
colorama==0.4.6
|
||||
distlib==0.3.7
|
||||
filelock==3.12.4
|
||||
packaging==23.1
|
||||
packaging==23.2
|
||||
pip==23.2.1
|
||||
platformdirs==3.10.0
|
||||
pluggy==1.3.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue