Update dependencies
This commit is contained in:
parent
76d9c7f6ea
commit
7fed3bb43f
|
|
@ -10,7 +10,7 @@ MarkupSafe==1.1.1
|
|||
mypy==0.790
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==0.13.1
|
||||
Pygments==2.7.3
|
||||
Pygments==2.7.4
|
||||
-e git+https://github.com/stlehmann/PyQt5-stubs.git@307eb693f63bd91ac67631ea57c4620e2c363435#egg=PyQt5_stubs
|
||||
typed-ast==1.4.2
|
||||
typing-extensions==3.7.4.3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17
|
||||
pyinstaller==4.1
|
||||
pyinstaller==4.2
|
||||
pyinstaller-hooks-contrib==2020.11
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
docutils==0.16
|
||||
Pygments==2.7.3
|
||||
Pygments==2.7.4
|
||||
pyroma==2.6
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ imagesize==1.2.0
|
|||
Jinja2==2.11.2
|
||||
MarkupSafe==1.1.1
|
||||
packaging==20.8
|
||||
Pygments==2.7.3
|
||||
Pygments==2.7.4
|
||||
pyparsing==2.4.7
|
||||
pytz==2020.5
|
||||
requests==2.25.1
|
||||
|
|
|
|||
|
|
@ -15,25 +15,25 @@ filelock==3.0.12
|
|||
Flask==1.1.2
|
||||
glob2==0.7
|
||||
hunter==3.3.1
|
||||
hypothesis==6.0.0
|
||||
hypothesis==6.0.2
|
||||
icdiff==1.9.1
|
||||
idna==2.10
|
||||
iniconfig==1.1.1
|
||||
itsdangerous==1.1.0
|
||||
jaraco.functools==3.1.0
|
||||
# Jinja2==2.11.2
|
||||
Mako==1.1.3
|
||||
Mako==1.1.4
|
||||
manhole==1.6.0
|
||||
# MarkupSafe==1.1.1
|
||||
more-itertools==8.6.0
|
||||
packaging==20.8
|
||||
parse==1.18.0
|
||||
parse==1.19.0
|
||||
parse-type==0.5.2
|
||||
pluggy==0.13.1
|
||||
pprintpp==0.4.0
|
||||
py==1.10.0
|
||||
py-cpuinfo==7.0.0
|
||||
Pygments==2.7.3
|
||||
Pygments==2.7.4
|
||||
pyparsing==2.4.7
|
||||
pytest==6.2.1
|
||||
pytest-bdd==4.0.2
|
||||
|
|
@ -59,5 +59,5 @@ termcolor==1.1.0
|
|||
tldextract==3.1.0
|
||||
toml==0.10.2
|
||||
urllib3==1.25.11
|
||||
vulture==2.1
|
||||
vulture==2.3
|
||||
Werkzeug==1.0.1
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@ py==1.10.0
|
|||
pyparsing==2.4.7
|
||||
six==1.15.0
|
||||
toml==0.10.2
|
||||
tox==3.21.0
|
||||
virtualenv==20.3.0
|
||||
tox==3.21.1
|
||||
virtualenv==20.3.1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
toml==0.10.2
|
||||
vulture==2.1
|
||||
vulture==2.3
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@ dataclasses==0.6 ; python_version<"3.7"
|
|||
importlib-resources==5.0.0 ; python_version<"3.9"
|
||||
Jinja2==2.11.2
|
||||
MarkupSafe==1.1.1
|
||||
Pygments==2.7.3
|
||||
Pygments==2.7.4
|
||||
PyYAML==5.3.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue