Bump SQLalchemy to version that supports PY3.9

Bumping SQLAlchemy to 1.3.14, which is first version supporting
Python 3.9 runtime, this hopefully addresses the issue reported.

Change-Id: I73f0c7c067fcab00a97cd925cad19edd64b6eb45
Closes-Bug: #1957167
This commit is contained in:
Erno Kuvaja
2022-01-21 12:59:01 +00:00
parent e0413eb56c
commit 71c1e4b18a

View File

@@ -6,7 +6,7 @@ pbr>=3.1.1 # Apache-2.0
defusedxml>=0.6.0 # PSF
# < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
SQLAlchemy>=1.3.14 # MIT
eventlet>=0.25.1 # MIT
PasteDeploy>=1.5.0 # MIT
Routes>=2.3.1 # MIT