Merge "Increase dogpile version for Py3.7 compatibility"

This commit is contained in:
Zuul
2019-10-29 11:55:11 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ cryptography==2.1
ddt==1.0.1
decorator==3.4.0
doc8==0.8.0
dogpile.cache==0.6.2
dogpile.cache==0.6.5
extras==1.0.0
fixtures==3.0.0
future==0.16.0

View File

@@ -18,5 +18,5 @@ futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
iso8601>=0.1.11 # MIT
netifaces>=0.10.4 # MIT
dogpile.cache>=0.6.2 # BSD
dogpile.cache>=0.6.5 # BSD
cryptography>=2.1 # BSD/Apache-2.0