From f5fc2c766992fb17db2983eabe7d61021e8e8b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:26:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=EF=B8=8F=20MAIN:=20(deps):=20Bump?= =?UTF-8?q?=20sqlalchemy=20from=202.0.12=20to=202.0.32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.12 to 2.0.32. - [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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fbea1f..2d16f87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ python-dotenv==1.0.0; python_version >= "3.8" pytz==2023.3; python_version >= "3.8" six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8" sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7" -sqlalchemy==2.0.12; python_version >= "3.7" +sqlalchemy==2.0.32; python_version >= "3.7" starlette==0.26.1; python_version >= "3.7" typing-extensions==4.5.0; python_version < "3.10" and python_version >= "3.7" uvicorn==0.21.1; python_version >= "3.7"