From cb237df3768462af4eb218f342ee501b0dfc8a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 00:09:18 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.36 to 2.0.41 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.36 to 2.0.41. - [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.41 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- SecureEncoderFlask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecureEncoderFlask/requirements.txt b/SecureEncoderFlask/requirements.txt index e282724..5c95eb2 100644 --- a/SecureEncoderFlask/requirements.txt +++ b/SecureEncoderFlask/requirements.txt @@ -12,7 +12,7 @@ pytest==8.3.4 pytest-cov==6.0.0 python-dotenv==1.0.1 python-decouple==3.8 -SQLAlchemy==2.0.36 +SQLAlchemy==2.0.41 waitress==3.0.2 Werkzeug==3.1.3 zstandard==0.23.0