From f8c33dcbdf4e8d4bc42dfdb2f09817284bb337c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 02:03:51 +0000 Subject: [PATCH] Update sqlalchemy requirement from 2.0.21 to 2.0.22 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 fbfd9d9..bbdff2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ notifier = "quota_notifier.cli:Application.execute" [tool.poetry.dependencies] python = ">=3.8" pydantic-settings = "2.0.3" -sqlalchemy = "2.0.21" +sqlalchemy = "2.0.22" [tool.poetry.group.tests] optional = true