[pip]: bump packages
This commit is contained in:
parent
06315e3e02
commit
ee2ef432d8
@ -6,5 +6,5 @@ steps:
|
|||||||
image: python:3.7.3
|
image: python:3.7.3
|
||||||
commands:
|
commands:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements-dev.txt
|
||||||
- pytest
|
- pytest
|
||||||
|
@ -1,27 +1,28 @@
|
|||||||
attrs==20.3.0
|
attrs>=20.3.0
|
||||||
Brotli==1.0.9
|
Brotli>=1.0.9
|
||||||
cachetools==4.2.0
|
cachetools>=4.2.2
|
||||||
click==7.1.2
|
click>=8.0.1
|
||||||
defusedxml==0.6.0
|
dataclasses>=0.8
|
||||||
Flask==1.1.2
|
defusedxml>=0.7.1
|
||||||
gevent>=1.2.2
|
Flask>=2.0.1
|
||||||
greenlet==0.4.17
|
gevent>=21.8.0
|
||||||
importlib-metadata==3.7.0
|
greenlet>=1.1.1
|
||||||
iniconfig==1.1.1
|
importlib-metadata>=4.6.4
|
||||||
itsdangerous==1.1.0
|
iniconfig>=1.1.1
|
||||||
Jinja2==2.11.2
|
itsdangerous>=2.0.1
|
||||||
MarkupSafe==1.1.1
|
Jinja2>=3.0.1
|
||||||
packaging==20.9
|
MarkupSafe>=2.0.1
|
||||||
pluggy==0.13.1
|
packaging>=20.9
|
||||||
py==1.10.0
|
pluggy>=0.13.1
|
||||||
pyparsing==2.4.7
|
py>=1.10.0
|
||||||
PySocks==1.7.1
|
pyparsing>=2.4.7
|
||||||
pytest>=6.2.1
|
PySocks>=1.7.1
|
||||||
stem==1.8.0
|
pytest>=6.2.2
|
||||||
toml==0.10.2
|
stem>=1.8.0
|
||||||
typing-extensions==3.7.4.3
|
toml>=0.10.2
|
||||||
urllib3==1.26.2
|
typing-extensions>=3.10.0.0
|
||||||
Werkzeug==1.0.1
|
urllib3>=1.26.6
|
||||||
zipp==3.4.0
|
Werkzeug>=2.0.1
|
||||||
zope.event==4.5.0
|
zipp>=3.5.0
|
||||||
zope.interface==5.2.0
|
zope.event>=4.5.0
|
||||||
|
zope.interface>=5.4.0
|
||||||
|
@ -1,27 +1,20 @@
|
|||||||
attrs==20.3.0
|
Brotli>=1.0.9
|
||||||
Brotli==1.0.9
|
cachetools>=4.2.2
|
||||||
cachetools==4.2.0
|
click>=8.0.1
|
||||||
click==7.1.2
|
dataclasses>=0.8
|
||||||
defusedxml==0.6.0
|
defusedxml>=0.7.1
|
||||||
Flask==1.1.2
|
Flask>=2.0.1
|
||||||
gevent>=1.2.2
|
gevent>=21.8.0
|
||||||
greenlet==0.4.17
|
greenlet>=1.1.1
|
||||||
importlib-metadata==3.7.0
|
importlib-metadata>=4.6.4
|
||||||
iniconfig==1.1.1
|
itsdangerous>=2.0.1
|
||||||
itsdangerous==1.1.0
|
Jinja2>=3.0.1
|
||||||
Jinja2==2.11.2
|
MarkupSafe>=2.0.1
|
||||||
MarkupSafe==1.1.1
|
PySocks>=1.7.1
|
||||||
packaging==20.9
|
stem>=1.8.0
|
||||||
pluggy==0.13.1
|
typing-extensions>=3.10.0.0
|
||||||
py==1.10.0
|
urllib3>=1.26.6
|
||||||
pyparsing==2.4.7
|
Werkzeug>=2.0.1
|
||||||
PySocks==1.7.1
|
zipp>=3.5.0
|
||||||
pytest==6.2.2
|
zope.event>=4.5.0
|
||||||
stem==1.8.0
|
zope.interface>=5.4.0
|
||||||
toml==0.10.2
|
|
||||||
typing-extensions==3.7.4.3
|
|
||||||
urllib3==1.26.2
|
|
||||||
Werkzeug==1.0.1
|
|
||||||
zipp==3.4.0
|
|
||||||
zope.event==4.5.0
|
|
||||||
zope.interface==5.2.0
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user