From b0a9dba25d13c28ca628afe2881bb396808d2967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 01:13:48 +0000 Subject: [PATCH] chore(deps): bump sqlalchemy from 2.0.49 to 2.0.50 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.49 to 2.0.50. - [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.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_slug}}/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements.txt b/{{cookiecutter.project_slug}}/requirements.txt index 1b8fa7b..a0667be 100644 --- a/{{cookiecutter.project_slug}}/requirements.txt +++ b/{{cookiecutter.project_slug}}/requirements.txt @@ -1,6 +1,6 @@ certifi>=2026.4.22,<2030.0.0 anyio>=4.3.0,<5.0.0 -SQLAlchemy[asyncio]==2.0.49 +SQLAlchemy[asyncio]==2.0.50 SQLAlchemy-Utils==0.42.1 psycopg[c]==3.3.4 # psycopg[binary]==3.3.4