Update the requirements to match global-requirements for dogpile.cache

For some reason this is resulting in a version conflict with
openstacksdk in some situations. Updating to match global-requirements
should resolve it.

Change-Id: I3a9af8b738da8ebf0c1f4cf632984bc4a0875d90
Related-Bug: #1809232
This commit is contained in:
Dougal Matthews 2018-12-20 09:41:31 +00:00
parent 0bb462d1ad
commit 829ec3b624
1 changed files with 1 additions and 1 deletions

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.
dogpile.cache>=0.6.2 # BSD
dogpile.cache>=0.6.2,<0.7.0 # BSD
six>=1.10.0 # MIT
oslo.config>=5.2.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0