From 727a14115e223893f1c5c9989fb91d53a29a99f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 00:53:35 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.36 to 2.0.40 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.36 to 2.0.40. - [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-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..1de176d 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.40 waitress==3.0.2 Werkzeug==3.1.3 zstandard==0.23.0