From b60d8783c6e04ac927ea0b3551e0ccd4cf85dc9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 01:01:19 +0000 Subject: [PATCH] Bump sqlalchemy from 1.3.24 to 2.0.43 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.24 to 2.0.43. - [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.43 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 bdf6c6d2..c3866a87 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.43 uvloop==0.21.0 twine==6.2.0