Merge "Fix l-c and requirements job"

This commit is contained in:
Zuul 2021-10-07 12:06:56 +00:00 committed by Gerrit Code Review
commit 9d65ba97ae
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -53,6 +53,7 @@ ChangeLog
!/.pylintrc
!/.testr.conf
!/.stestr.conf
.stestr
contrib/vagrant/.vagrant

View File

@ -5,7 +5,7 @@ appdirs==1.4.3
Babel==2.5.3
cachetools==2.0.1
certifi==2018.1.18
cffi==1.11.5
cffi==1.14.0
chardet==3.0.4
click==6.7
cliff==2.11.0
@ -28,8 +28,8 @@ fixtures==3.0.0
Flask==0.12.3
future==0.16.0
futurist==1.6.0
greenlet==0.4.13
grpcio==1.12.0
greenlet==0.4.16
grpcio==1.25.0
idna==2.6
imagesize==1.0.0
iso8601==0.1.12

View File

@ -22,6 +22,6 @@ PrettyTable>=0.7.2 # BSD
pyroute2>=0.5.7;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
retrying!=1.3.0,>=1.2.3 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
grpcio>=1.12.0 # Apache-2.0
grpcio>=1.25.0 # Apache-2.0
protobuf>=3.6.0 # 3-Clause BSD
prometheus_client>=0.6.0 # Apache-2.0