Update SQLAlchemy related requirements

We get test failures with the current requirements, so raise
them to the current allowable for stable/xena.

Change-Id: I6cb38cc72a9d85076a79f2499171dfb593e5f419
This commit is contained in:
Brian Rosmaita 2021-09-20 11:04:30 -04:00
parent 00ffdc0d48
commit 72c471408a
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ Routes>=2.4.1 # MIT
taskflow>=4.5.0 # Apache-2.0
rtslib-fb>=2.1.74 # Apache-2.0
six>=1.15.0 # MIT
SQLAlchemy>=1.3.19 # MIT
SQLAlchemy>=1.4.23 # MIT
sqlalchemy-migrate>=0.13.0 # Apache-2.0
stevedore>=3.2.2 # Apache-2.0
tabulate>=0.8.7 # MIT

View File

@ -14,7 +14,7 @@ fixtures>=3.0.0 # Apache-2.0/BSD
oslotest>=4.4.1 # Apache-2.0
PyMySQL>=0.10.0 # MIT License
psycopg2>=2.8.5 # LGPL/ZPL
SQLAlchemy-Utils>=0.36.8 # BSD License
SQLAlchemy-Utils>=0.37.8 # BSD License
testtools>=2.4.0 # MIT
# bandit is not included in upper-constraints,