From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:45:47 +0000 (+0000) Subject: ⬆ Update sqlalchemy requirement X-Git-Tag: 0.112.2~43^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be7e7d44334adf4358125224488488910c39f5a5;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆ Update sqlalchemy requirement --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- diff --git a/requirements-tests.txt b/requirements-tests.txt index bfe70f2f55..801cf9dd4c 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -7,7 +7,7 @@ ruff ==0.2.0 dirty-equals ==0.6.0 # TODO: once removing databases from tutorial, upgrade SQLAlchemy # probably when including SQLModel -sqlalchemy >=1.3.18,<1.4.43 +sqlalchemy >=1.3.18,<2.0.33 databases[sqlite] >=0.3.2,<0.7.0 flask >=1.1.2,<3.0.0 anyio[trio] >=3.2.1,<4.0.0