From bd7b5ae58d9e5d03031b22513792ff6db8ebe33e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 20:00:34 +0000 Subject: [PATCH] Update sqlalchemy requirement from <1.4,>=1.0.0 to >=1.0.0,<2.1 --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.40 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b794599..b4c4db9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -SQLAlchemy>=1.0.0,<1.4 +SQLAlchemy>=1.0.0,<2.1