From 8681c5014445768800d10a624e30429fd3fe4d09 Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Wed, 22 May 2019 07:38:30 +0300 Subject: [PATCH] Update six requirements to 1.11 Change-Id: If935e9e474f69978348cbb42637951ae97c0aff6 --- 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 0d0c560798..010c4a795b 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -35,7 +35,7 @@ python-openstackclient==3.16.0 reno==2.5.0 requests==2.14.2 requests-mock==1.2.0 -six==1.10.0 +six==1.11.0 SQLAlchemy==1.2.0 sphinx==1.6.5 stestr==1.0.0 diff --git a/requirements.txt b/requirements.txt index 0f43300a37..ece9218890 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ requests>=2.14.2 # Apache-2.0 netaddr>=0.7.18 # BSD tenacity>=4.9.0 # Apache-2.0 SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.2.0 # MIT -six>=1.10.0 # MIT +six>=1.11.0 # MIT stevedore>=1.20.0 # Apache-2.0 neutron-lib>=1.26.0 # Apache-2.0 osc-lib>=1.10.0 # Apache-2.0