summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <ralonsoh@redhat.com>2021-04-23 17:16:35 +0000
committerRodolfo Alonso Hernandez <ralonsoh@redhat.com>2021-04-26 16:06:16 +0000
commit8b39060ddf1b8fbecd1a1b71d543b5de8990a909 (patch)
tree07092948c2d6c609ab40bd96a2d5341d3715e3e2 /requirements.txt
parentc0e917505ee54b735dbccaf6a79293d0e5476c16 (diff)
downloadneutron-8b39060ddf1b8fbecd1a1b71d543b5de8990a909.tar.gz
Fix SQLAlchemy backref warnings for viewonly columns
Fixed backref warning for two view only relationship defined in the ORM, "QosNetworkPolicyBinding.port" and "Tag.standard_attr". Change-Id: I7fcb1268f4fc637e7f39eae4fcde33f82cb9772c Closes-Bug: #1925841
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index bf410a9387..9292e4aa7f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,7 +19,7 @@ netifaces>=0.10.4 # MIT
neutron-lib>=2.10.1 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
tenacity>=6.0.0 # Apache-2.0
-SQLAlchemy>=1.2.0 # MIT
+SQLAlchemy>=1.3.23 # MIT
WebOb>=1.8.2 # MIT
keystoneauth1>=3.14.0 # Apache-2.0
alembic>=0.9.6 # MIT