From f9065c4d97b99b33c2e2299f236b9c6cfe100d29 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 11 Sep 2017 21:51:23 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I41da9989b00c88543e1fe77fa994eb9f0be7a2d3 --- requirements.txt | 12 ++++++------ setup.cfg | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index fc2a04df5..d0160cf32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ six>=1.9.0 # MIT enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD # For async and/or periodic work -futurist!=0.15.0,>=0.11.0 # Apache-2.0 +futurist>=1.2.0 # Apache-2.0 # For reader/writer + interprocess locks. fasteners>=0.7.0 # Apache-2.0 @@ -32,18 +32,18 @@ stevedore>=1.20.0 # Apache-2.0 futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD # Used for structured input validation -jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT +jsonschema<3.0.0,>=2.6.0 # MIT # For the state machine we run with -automaton>=0.5.0 # Apache-2.0 +automaton>=1.9.0 # Apache-2.0 # For common utilities -oslo.utils>=3.20.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 +oslo.utils>=3.28.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 tenacity>=3.2.1 # Apache-2.0 # For lru caches and such -cachetools>=1.1.0 # MIT License +cachetools>=2.0.0 # MIT License # For deprecation of things debtcollector>=1.2.0 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index 4613d8dd4..1633ef5b0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -74,7 +74,7 @@ database = alembic>=0.8.10 # MIT SQLAlchemy-Utils # BSD License PyMySQL>=0.7.6 # MIT License - psycopg2>=2.5 # LGPL/ZPL + psycopg2>=2.6.2 # LGPL/ZPL test = pydotplus>=2.0.2 # MIT License hacking<0.11,>=0.10.0