diff options
| author | likui <likui@yovole.com> | 2020-10-29 09:53:16 +0800 |
|---|---|---|
| committer | likui <likui@yovole.com> | 2020-10-29 09:54:32 +0800 |
| commit | 9b02f37e8f06bafb16a139aa1c978b4dd939f35e (patch) | |
| tree | cf628f22f8373ca1e6a6cfc1e1fcab8b3cbb5fff | |
| parent | c4e7a7e8033c18e41c652cd8ae340b5cc2fac872 (diff) | |
| download | python-openstackclient-9b02f37e8f06bafb16a139aa1c978b4dd939f35e.tar.gz | |
update lower-constraints.txt
We also need to change the lower-constraint requirements to make them
py3.8 compatible. See https://bugs.launchpad.net/nova/+bug/1886298
MarkupSafe==1.1.1
paramiko==2.7.1
Change-Id: I04a0fcd98327b9f41e24e19bcab97c813760f414
| -rw-r--r-- | lower-constraints.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index 74eac640..32f6ee9e 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -38,7 +38,7 @@ jsonschema==2.6.0 keystoneauth1==3.18.0 kombu==4.0.0 linecache2==1.0.0 -MarkupSafe==1.1.0 +MarkupSafe==1.1.1 monotonic==0.6 mox3==0.20.0 msgpack-python==0.4.0 @@ -62,7 +62,7 @@ oslo.service==1.24.0 oslo.utils==3.33.0 oslotest==3.2.0 osprofiler==1.4.0 -paramiko==2.0.0 +paramiko==2.7.1 Paste==2.0.2 PasteDeploy==1.5.0 pbr==2.0.0 |
