From 928edb71c8d5ad7b7535cb813bbd1c9e2084aef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:17:15 +0000 Subject: [PATCH] Update sqlalchemy requirement from <2.0,>=1.0.0 to >=1.0.0,<3.0 --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.41 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 7149786..03098aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -SQLAlchemy>=1.0.0,<2.0 +SQLAlchemy>=1.0.0,<3.0