From 0d7a151ec3a161a1f651e13a25ce0dc70c31a061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Guimar=C3=A3es=20de=20Medeiros?= Date: Fri, 7 Aug 2020 09:47:36 +0200 Subject: [PATCH] Bump dogpile.cache's version for Memcached TLS support TLS support to dogpile.cache.bmemcached was added in version 1.0.2. Change-Id: I2281c33b2d06e80f36c8a35bd0fa0c49c3252932 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index c21630fb..1e85d621 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -6,7 +6,7 @@ cliff==3.1.0 cmd2==0.8.9 debtcollector==2.1.0 decorator==4.4.2 -dogpile.cache==0.9.2 +dogpile.cache==1.0.2 entrypoints==0.3 etcd3gw==0.2.0 extras==1.0.0 diff --git a/requirements.txt b/requirements.txt index 437444dd..c38ff926 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.9.2 # BSD +dogpile.cache>=1.0.2 # BSD oslo.config>=8.1.0 # Apache-2.0 oslo.i18n>=5.0.0 # Apache-2.0 oslo.log>=4.2.1 # Apache-2.0