summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-09-11 01:57:32 +0000
committerGerrit Code Review <review@openstack.org>2020-09-11 01:57:32 +0000
commit62e104bdb57714a0754f788795d1b4faf8ebb74d (patch)
tree335ccfdbe97bb4981cb3f0f082a6e397cba275bb
parent32943fd5a524f7f39cf4e10c0403bdaaa9e1e610 (diff)
parenta21c96ec0ee2acbcc1f2dcab3b88ecfdd7f465f5 (diff)
downloadoslo-messaging-62e104bdb57714a0754f788795d1b4faf8ebb74d.tar.gz
Merge "[goal] Migrate testing to ubuntu focal"12.5.0
-rw-r--r--lower-constraints.txt16
-rw-r--r--requirements.txt2
-rw-r--r--setup.cfg2
-rw-r--r--test-requirements.txt6
4 files changed, 13 insertions, 13 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 937fdc0..9e5d76b 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -4,34 +4,34 @@ appdirs==1.3.0
Babel==2.3.4
bandit==1.1.0
cachetools==2.0.0
-cffi==1.7.0
+cffi==1.14.0
cliff==2.8.0
cmd2==0.8.0
-confluent-kafka==0.11.6
+confluent-kafka==1.3.0
contextlib2==0.4.0
coverage==4.0
debtcollector==1.2.0
docutils==0.11
dulwich==0.15.0
-eventlet==0.18.2
+eventlet==0.23.0
extras==1.0.0
fasteners==0.7.0
fixtures==3.0.0
futurist==1.2.0
gitdb==0.6.4
GitPython==1.0.1
-greenlet==0.4.10
+greenlet==0.4.15
imagesize==0.7.1
iso8601==0.1.11
Jinja2==2.10
keystoneauth1==3.4.0
kombu==4.6.6
linecache2==1.0.0
-MarkupSafe==1.0
+MarkupSafe==1.1.1
mock==2.0.0
mox3==0.20.0
msgpack-python==0.4.0
-netaddr==0.7.18
+netaddr==0.8.0
netifaces==0.10.4
os-client-config==1.28.0
oslo.concurrency==3.25.0
@@ -57,10 +57,10 @@ pyparsing==2.1.0
pyperclip==1.5.27
python-dateutil==2.5.3
python-mimeparse==1.6.0
-python-qpid-proton==0.17.0
+python-qpid-proton==0.20.0
python-subunit==1.0.0
pytz==2013.6
-PyYAML==3.12
+PyYAML==3.13
repoze.lru==0.7
requests==2.14.2
requestsexceptions==1.2.0
diff --git a/requirements.txt b/requirements.txt
index cccb632..6cc4336 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,7 +19,7 @@ cachetools>=2.0.0 # MIT License
WebOb>=1.7.1 # MIT
# for the routing notifier
-PyYAML>=3.12 # MIT
+PyYAML>=3.13 # MIT
# rabbit driver is the default
# we set the amqp version to ensure heartbeat works
diff --git a/setup.cfg b/setup.cfg
index 7297613..a4f1a07 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,7 +28,7 @@ classifier =
amqp1 =
pyngus>=2.2.0 # Apache-2.0
kafka =
- confluent-kafka>=0.11.6 # Apache-2.0
+ confluent-kafka>=1.3.0 # Apache-2.0
[files]
packages =
diff --git a/test-requirements.txt b/test-requirements.txt
index 42a086a..cbed7dc 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,7 +13,7 @@ oslotest>=3.2.0 # Apache-2.0
pifpaf>=2.2.0 # Apache-2.0
# for test_impl_kafka
-confluent-kafka>=0.11.6 # Apache-2.0
+confluent-kafka>=1.3.0 # Apache-2.0
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
@@ -27,5 +27,5 @@ pyngus>=2.2.0 # Apache-2.0
# Bandit security code scanner
bandit>=1.6.0,<1.7.0 # Apache-2.0
-eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
-greenlet>=0.4.10 # MIT
+eventlet>=0.23.0 # MIT
+greenlet>=0.4.15 # MIT