Bump SQLAlchemy requirement

This is primarily to fix the requirements-check job, which is failing
following the removal of excluded versions [1]:

    ERROR: Requirement for package SQLAlchemy excludes a version not excluded in the global list.
      Local settings : {'!=1.1.6', '!=1.1.7', '!=1.1.5', '!=1.1.8'}
      Global settings: set()
      Unexpected     : {'!=1.1.6', '!=1.1.7', '!=1.1.5', '!=1.1.8'}

[1] https://review.opendev.org/c/openstack/requirements/+/879743

Change-Id: Id9a59c3ac040a5fc2069fb1d1b592e36fdfdd3a2
This commit is contained in:
Pierre Riteau 2024-05-30 21:28:32 +02:00
parent 994c904889
commit c280332025

View File

@ -35,7 +35,7 @@ pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
requests>=2.18.4 # Apache-2.0
retrying>=1.3.3,!=1.3.0 # Apache-2.0
Routes>=2.3.1 # MIT
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
SQLAlchemy>=1.4.0 # MIT
stevedore>=1.20.0 # Apache-2.0
WebOb>=1.7.1 # MIT
WSME>=0.8.0 # MIT