From ec78daaa2768ac260f6034b59175ceb5a42ca44e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 01:02:14 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.36 to 2.0.43 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.36 to 2.0.43. - [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.43 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..8c207bc 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.43 waitress==3.0.2 Werkzeug==3.1.3 zstandard==0.23.0