From 2532344a23f020b92fe5b3e26b0ab5412861844a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 00:22:16 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.36 to 2.0.38 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.36 to 2.0.38. - [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..8873b82 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.38 waitress==3.0.2 Werkzeug==3.1.3 zstandard==0.23.0