From a65e63eed0eaeac7ab653b0ad3a6ca128fb11fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:33:09 +0000 Subject: [PATCH] Update sqlalchemy requirement from ~=2.0.47 to ~=2.0.48 Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.48 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 6b03c6c..368dfb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pillow~=12.1.1 snakeviz~=2.2.2 python-dateutil~=2.9.0 pydantic~=2.12.5 -sqlalchemy~=2.0.47 +sqlalchemy~=2.0.48 azure-storage-blob~=12.28.0 sentry-sdk[flask]~=2.54.0 python-dotenv~=1.2.2