Update six requirements to 1.11

Change-Id: If935e9e474f69978348cbb42637951ae97c0aff6
This commit is contained in:
Adit Sarfaty 2019-05-22 07:38:30 +03:00
parent d97dea7d6a
commit 8681c50144
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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