Update sqlalchemy requirement from <1.5,>=1.3.0 to >=1.3.0,<2.1

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-20 04:13:21 +00:00 committed by GitHub
parent cf77b4c346
commit cff8d8335e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ dependencies = [
"qrcode>=7.1,<8",
"requests>=2.25,<3",
"SQLAlchemy-Continuum>=1.3.12,<2",
"SQLAlchemy>=1.3.0,<1.5", # New 1.4 changes API, see #728
"SQLAlchemy>=1.3.0,<2.1", # New 1.4 changes API, see #728
"python-dateutil",
]