Update dependencies
This commit is contained in:
parent
153f52d3aa
commit
29bcae5409
|
|
@ -14,11 +14,11 @@ hunter==3.4.3
|
|||
idna==3.3
|
||||
importlib-metadata==4.11.4
|
||||
jeepney==0.8.0
|
||||
keyring==23.5.1
|
||||
keyring==23.6.0
|
||||
manhole==1.8.0
|
||||
packaging==21.3
|
||||
pep517==0.12.0
|
||||
pkginfo==1.8.2
|
||||
pkginfo==1.8.3
|
||||
ply==3.11
|
||||
pycparser==2.21
|
||||
Pygments==2.12.0
|
||||
|
|
@ -28,7 +28,7 @@ pyparsing==3.0.9
|
|||
PyQt-builder==1.12.2
|
||||
python-dateutil==2.8.2
|
||||
readme-renderer==35.0
|
||||
requests==2.27.1
|
||||
requests==2.28.0
|
||||
requests-toolbelt==0.9.1
|
||||
rfc3986==2.0.0
|
||||
rich==12.4.4
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ importlib-resources==5.7.1
|
|||
Jinja2==3.1.2
|
||||
lxml==4.9.0
|
||||
MarkupSafe==2.1.1
|
||||
mypy==0.960
|
||||
mypy==0.961
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==1.0.0
|
||||
Pygments==2.12.0
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
altgraph==0.17.2
|
||||
pyinstaller==5.1
|
||||
pyinstaller-hooks-contrib==2022.6
|
||||
pyinstaller-hooks-contrib==2022.7
|
||||
|
|
|
|||
|
|
@ -16,10 +16,10 @@ pefile==2022.5.30
|
|||
platformdirs==2.5.2
|
||||
pycparser==2.21
|
||||
PyJWT==2.4.0
|
||||
pylint==2.14.0
|
||||
pylint==2.14.1
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.27.1
|
||||
requests==2.28.0
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.0
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ pep517==0.12.0
|
|||
Pygments==2.12.0
|
||||
pyparsing==3.0.9
|
||||
pyroma==4.0
|
||||
requests==2.27.1
|
||||
requests==2.28.0
|
||||
tomli==2.0.1
|
||||
urllib3==1.26.9
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ packaging==21.3
|
|||
Pygments==2.12.0
|
||||
pyparsing==3.0.9
|
||||
pytz==2022.1
|
||||
requests==2.27.1
|
||||
requests==2.28.0
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==5.0.1
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
|
|
|
|||
|
|
@ -7,12 +7,13 @@ charset-normalizer==2.0.12
|
|||
cheroot==8.6.0
|
||||
click==8.1.3
|
||||
coverage==6.4.1
|
||||
exceptiongroup==1.0.0rc8
|
||||
execnet==1.9.0
|
||||
filelock==3.7.1
|
||||
Flask==2.1.2
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.46.11
|
||||
hypothesis==6.47.2
|
||||
idna==3.3
|
||||
importlib-metadata==4.11.4
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -44,7 +45,7 @@ pytest-rerunfailures==10.2
|
|||
pytest-xdist==2.5.0
|
||||
pytest-xvfb==2.0.0
|
||||
PyVirtualDisplay==3.0
|
||||
requests==2.27.1
|
||||
requests==2.28.0
|
||||
requests-file==1.5.1
|
||||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ platformdirs==2.5.2
|
|||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.9
|
||||
setuptools==62.3.2
|
||||
setuptools==62.3.4
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.25.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue