diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-06-03 18:17:55 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-06-03 18:17:55 +0000 |
commit | 9b9170fee27fd98eac3b40b7d1ee2e26cf09e01c (patch) | |
tree | 6caf86c152d25af17f3ec648c35c189ded78a6dc | |
parent | 2938f28ca7a75a46068d2cc03f46fa2e7f30aadc (diff) | |
download | oslo-db-9b9170fee27fd98eac3b40b7d1ee2e26cf09e01c.tar.gz |
Updated from global requirements
Change-Id: I9f8c241551ecb0eebb9ebc4f379b77ab2e31dc1c
-rw-r--r-- | requirements.txt | 4 | ||||
-rw-r--r-- | setup.cfg | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index 305b66b..d67ad33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,9 +6,9 @@ pbr>=1.6 # Apache-2.0 alembic>=0.8.4 # MIT debtcollector>=1.2.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 -oslo.config>=3.9.0 # Apache-2.0 +oslo.config>=3.10.0 # Apache-2.0 oslo.context>=2.2.0 # Apache-2.0 -oslo.utils>=3.5.0 # Apache-2.0 +oslo.utils>=3.11.0 # Apache-2.0 SQLAlchemy<1.1.0,>=1.0.10 # MIT sqlalchemy-migrate>=0.9.6 # Apache-2.0 stevedore>=1.10.0 # Apache-2.0 @@ -35,8 +35,8 @@ test = discover # BSD doc8 # Apache-2.0 eventlet!=0.18.3,>=0.18.2 # MIT - fixtures<2.0,>=1.3.1 # Apache-2.0/BSD - mock>=1.2 # BSD + fixtures>=3.0.0 # Apache-2.0/BSD + mock>=2.0 # BSD python-subunit>=0.0.18 # Apache-2.0/BSD sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 @@ -49,7 +49,7 @@ fixtures = testresources>=0.2.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD pifpaf = - pifpaf>=0.1.0 + pifpaf>=0.4.0 # Apache-2.0 [files] packages = |