From 06ffba2791402d5c67a63338edeb0ea8a15253e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:33:23 +0000 Subject: [PATCH] Update sqlalchemy requirement from ~=2.0.20 to ~=2.0.25 --- updated-dependencies: - dependency-name: sqlalchemy 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 e30063c..cc4ec79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ lxml~=4.9.3 pytz~=2022.7 pytest-cov~=4.1.0 mysql-connector~=2.2.9 -SQLAlchemy~=2.0.20 \ No newline at end of file +SQLAlchemy~=2.0.25 \ No newline at end of file