From 225df50a8178a1cbc924e2f6f09d8f1153c289a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 01:52:33 +0000 Subject: [PATCH] Bump sqlalchemy from 1.3.24 to 2.0.46 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.24 to 2.0.46. - [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.46 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 01eea6f7..20de01d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ dynamic = ["version"] [project.optional-dependencies] -"sa" = ["sqlalchemy>=1.3,<1.4"] +"sa" = ["sqlalchemy>=1.3,<2.1"] "rsa" = ["PyMySQL[rsa]>=1.0"] [project.urls] diff --git a/requirements-dev.txt b/requirements-dev.txt index c8379780..b3471ace 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,6 +6,6 @@ pytest==8.4.2 pytest-cov==7.0.0 pytest-sugar==1.1.1 PyMySQL==1.1.2 -SQLAlchemy==1.3.24 +SQLAlchemy==2.0.46 uvloop==0.22.1 twine==6.2.0