Update dependencies
This commit is contained in:
parent
e8bbcf3382
commit
cf99fa9bc9
|
|
@ -23,7 +23,7 @@ pep517==0.12.0
|
|||
pkginfo==1.8.2
|
||||
pycparser==2.21
|
||||
Pygments==2.10.0
|
||||
Pympler==1.0
|
||||
Pympler==1.0.1
|
||||
pyparsing==3.0.6
|
||||
PyQt-builder==1.12.2
|
||||
python-dateutil==2.8.2
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ importlib-resources==5.4.0
|
|||
Jinja2==3.0.3
|
||||
lxml==4.7.1
|
||||
MarkupSafe==2.0.1
|
||||
mypy==0.920
|
||||
mypy==0.930
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==1.0.0
|
||||
Pygments==2.10.0
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ jwcrypto==1.0
|
|||
lazy-object-proxy==1.7.1
|
||||
mccabe==0.6.1
|
||||
pefile==2021.9.3
|
||||
platformdirs==2.4.0
|
||||
platformdirs==2.4.1
|
||||
pycparser==2.21
|
||||
pylint==2.12.2
|
||||
python-dateutil==2.8.2
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@ click==8.0.3
|
|||
coverage==6.2
|
||||
EasyProcess==0.3
|
||||
execnet==1.9.0
|
||||
filelock==3.4.0
|
||||
filelock==3.4.2
|
||||
Flask==2.0.2
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.31.6
|
||||
hypothesis==6.32.1
|
||||
icdiff==2.0.4
|
||||
idna==3.3
|
||||
iniconfig==1.1.1
|
||||
|
|
|
|||
|
|
@ -2,17 +2,17 @@
|
|||
|
||||
backports.entry-points-selectable==1.1.1
|
||||
distlib==0.3.4
|
||||
filelock==3.4.0
|
||||
filelock==3.4.2
|
||||
packaging==21.3
|
||||
pip==21.3.1
|
||||
platformdirs==2.4.0
|
||||
platformdirs==2.4.1
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.6
|
||||
setuptools==60.0.0 ; python_version>="3.7"
|
||||
setuptools==60.1.0 ; python_version>="3.7"
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.24.4
|
||||
virtualenv==20.10.0
|
||||
wheel==0.37.0
|
||||
wheel==0.37.1
|
||||
setuptools<60 ; python_version=="3.6.*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue