Update dependencies
This commit is contained in:
parent
c99bf8ba32
commit
d5ae296ed2
|
|
@ -4,7 +4,7 @@ attrs==19.3.0
|
|||
beautifulsoup4==4.9.1
|
||||
certifi==2020.6.20
|
||||
chardet==3.0.4
|
||||
cheroot==8.4.1
|
||||
cheroot==8.4.2
|
||||
click==7.1.2
|
||||
# colorama==0.4.3
|
||||
coverage==5.2.1
|
||||
|
|
@ -12,8 +12,9 @@ EasyProcess==0.3
|
|||
Flask==1.1.2
|
||||
glob2==0.7
|
||||
hunter==3.1.3
|
||||
hypothesis==5.23.2
|
||||
hypothesis==5.23.3
|
||||
idna==2.10
|
||||
iniconfig==1.0.0
|
||||
itsdangerous==1.1.0
|
||||
jaraco.functools==3.0.1 ; python_version>="3.6"
|
||||
# Jinja2==2.11.2
|
||||
|
|
@ -29,7 +30,7 @@ py==1.9.0
|
|||
py-cpuinfo==7.0.0
|
||||
Pygments==2.6.1
|
||||
pyparsing==2.4.7
|
||||
pytest==5.4.3
|
||||
pytest==6.0.0
|
||||
pytest-bdd==3.4.0
|
||||
pytest-benchmark==3.2.3
|
||||
pytest-cov==2.10.0
|
||||
|
|
@ -46,8 +47,8 @@ six==1.15.0
|
|||
sortedcontainers==2.2.2
|
||||
soupsieve==2.0.1
|
||||
tldextract==2.2.2
|
||||
toml==0.10.1
|
||||
urllib3==1.25.10
|
||||
vulture==1.5
|
||||
wcwidth==0.2.5
|
||||
vulture==1.6
|
||||
Werkzeug==1.0.1
|
||||
jaraco.functools==2.0; python_version<"3.6" # rq.filter: <= 2.0
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ py==1.9.0
|
|||
pyparsing==2.4.7
|
||||
six==1.15.0
|
||||
toml==0.10.1
|
||||
tox==3.18.0
|
||||
tox==3.18.1
|
||||
tox-pip-version==0.0.7
|
||||
tox-venv==0.4.0
|
||||
virtualenv==20.0.28
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
vulture==1.5
|
||||
vulture==1.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue