diff options
author | Tim Burke <tim.burke@gmail.com> | 2018-05-16 17:33:40 +0000 |
---|---|---|
committer | Tim Burke <tim.burke@gmail.com> | 2018-07-11 13:09:00 -0700 |
commit | da362a653e9c70cb6ae17a7c3764887b4fd3fcf2 (patch) | |
tree | d705e880aff1078d8b1cb7228e629f9003bf655c /lower-constraints.txt | |
parent | c2c5af603f8ae25be052a20b02dc109b0f8f014a (diff) | |
download | python-swiftclient-da362a653e9c70cb6ae17a7c3764887b4fd3fcf2.tar.gz |
Back out some version bumps
I'm giving up on trying to back out all of the test-requirements
up-revs, but let's try to stay compatibile with old requests/six.
As part of that, only disable some requests warnings on new-enough requests.
Note that we should now be compatible with distro packages back to
Ubuntu 16.04 and CentOS 6. Our six is still too new for Trusty, but
hey, there's less than a year left on that anyway, right?
Change-Id: Iccb23638393616f9ec3da660dd5e39ea4ea94220
Related-Change: I2a8f465c8b08370517cbec857933b08fca94ca38
Diffstat (limited to 'lower-constraints.txt')
-rw-r--r-- | lower-constraints.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index 6488b28..9aae792 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -28,14 +28,14 @@ pep8==1.5.7 PrettyTable==0.7 pyflakes==0.8.1 Pygments==2.2.0 -python-keystoneclient==3.8.0 +python-keystoneclient==0.7.0 python-mimeparse==1.6.0 python-subunit==1.0.0 pytz==2013.6 PyYAML==3.12 reno==2.5.0 -requests==2.14.2 -six==1.10.0 +requests==1.1.0 +six==1.9.0 snowballstemmer==1.2.1 sphinx==1.6.2 sphinxcontrib-websupport==1.0.1 |