From e06612f8fb6f285e482afc529a493dffd7e0f34f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:19:06 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20sqlalchemy=20requirement?= =?UTF-8?q?=20from=20>=3D1.4.36,<2.0.0=20to=20>=3D1.4.36,<3.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23fa79bf31..928e6c557d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" -SQLAlchemy = ">=1.4.36,<2.0.0" +SQLAlchemy = ">=1.4.36,<3.0.0" pydantic = "^1.9.0" sqlalchemy2-stubs = {version = "*", allow-prereleases = true}