summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2020-08-01 18:07:12 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-09-06 17:20:27 +0000
commit212570df161a1e8d2cce9d1e2996c7c93ae0be13 (patch)
treee7c305674b8f29fff37e597a23decf43d572df75 /setup.cfg
parent24ae51f3286655af37489c672776d04e69cc2185 (diff)
downloadtaskflow-212570df161a1e8d2cce9d1e2996c7c93ae0be13.tar.gz
[goal] Migrate testing to ubuntu focalvictoria-em4.5.0
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40207 Closes-Bug: #1886298 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.h> Change-Id: I18419ce93363fbf2eed174e81ed212ddae216b8c
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 6f81349..b3931e3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -63,7 +63,7 @@ zookeeper =
redis =
redis>=2.10.0 # MIT
workers =
- kombu!=4.0.2,>=4.0.0 # BSD
+ kombu>=4.3.0 # BSD
eventlet =
eventlet!=0.18.3,!=0.20.1,!=0.21.0,>=0.18.2 # MIT
database =
@@ -71,7 +71,7 @@ database =
alembic>=0.8.10 # MIT
SQLAlchemy-Utils>=0.30.11 # BSD License
PyMySQL>=0.7.6 # MIT License
- psycopg2>=2.7.0 # LGPL/ZPL
+ psycopg2>=2.8.0 # LGPL/ZPL
test =
pydotplus>=2.0.2 # MIT License
hacking<0.11,>=0.10.0