Merge "Change lower-constraints for cassandra-driver"

This commit is contained in:
Zuul 2019-07-12 08:56:39 +00:00 committed by Gerrit Code Review
commit 2df1ffdce0
3 changed files with 6 additions and 4 deletions

@ -1,7 +1,7 @@
appdirs==1.3.0
Babel==2.3.4
bandit==1.4.0
cassandra-driver==2.1.4
cassandra-driver==2.6.0
coverage==4.0
debtcollector==1.2.0
docutils==0.11

@ -39,9 +39,10 @@ data_files =
[extras]
influxdb =
influxdb>=2.9.2 # MIT
influxdb!=5.2.0,!=5.2.1,!=5.2.2,>=2.9.2;python_version<'3.0' # MIT
influxdb>=2.9.2;python_version>='3.0' # MIT
cassandra =
cassandra-driver!=3.6.0,>=2.1.4 # Apache-2.0
cassandra-driver!=3.6.0,>=2.6.0 # Apache-2.0
elasticsearch =
elasticsearch<3.0.0,>=2.0.0 # Apache-2.0

@ -12,6 +12,7 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain
pycodestyle>=2.5.0 # MIT
# release notes
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
reno>=2.5.0 # Apache-2.0
openstackdocstheme>=1.18.1 # Apache-2.0