summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml8
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements.txt4
3 files changed, 11 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..9c7dc9c
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,8 @@
+- project:
+ templates:
+ - openstack-python35-jobs
+ - openstack-python-jobs
+ - publish-openstack-docs-pti
+ - check-requirements
+ - lib-forward-testing
+ - release-notes-jobs-python3
diff --git a/requirements.txt b/requirements.txt
index ef4a1f0..01c6672 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,4 +19,4 @@ suds-jurko>=0.6 # LGPLv3+
eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
requests>=2.14.2 # Apache-2.0
urllib3>=1.21.1 # MIT
-oslo.concurrency>=3.20.0 # Apache-2.0
+oslo.concurrency>=3.25.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 57c5390..0a50635 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16,8 +16,8 @@ testtools>=2.2.0 # MIT
coverage!=4.4,>=4.0 # Apache-2.0
# this is required for the docs build jobs
-openstackdocstheme>=1.17.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx!=1.6.6,>=1.6.2 # BSD
reno>=2.5.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0