From a9302bb8b902ce9cfa5aa888466344c992545a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:03:59 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.36 to 2.0.37 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.36 to 2.0.37. - [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..9e31616 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.37 waitress==3.0.2 Werkzeug==3.1.3 zstandard==0.23.0