Merge "Fix l-c testing for ubuntu focal"

This commit is contained in:
Zuul 2020-09-10 17:15:40 +00:00 committed by Gerrit Code Review
commit 1195f95016
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
appdirs==1.3.0
coverage==4.0
cryptography==2.1
cryptography==2.7
ddt==1.0.1
decorator==4.4.1
doc8==0.8.0
@ -24,7 +24,7 @@ prometheus-client==0.4.2
Pygments==2.2.0
python-mimeparse==1.6.0
python-subunit==1.0.0
PyYAML==3.12
PyYAML==3.13
requests==2.18.0
requests-mock==1.2.0
requestsexceptions==1.2.0

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
PyYAML>=3.12 # MIT
PyYAML>=3.13 # MIT
appdirs>=1.3.0 # MIT License
requestsexceptions>=1.2.0 # Apache-2.0
jsonpatch!=1.20,>=1.16 # BSD
@ -16,6 +16,6 @@ iso8601>=0.1.11 # MIT
netifaces>=0.10.4 # MIT
dogpile.cache>=0.6.5 # BSD
cryptography>=2.1 # BSD/Apache-2.0
cryptography>=2.7 # BSD/Apache-2.0
importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0