From 7a3a2977fa432540a0f448300a7c5d5d0ba2113b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:16:19 -0400 Subject: [PATCH] Bump the python-dependencies group with 2 updates (#276) Updates the requirements on [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. Updates `pydantic-settings` to 2.0.3 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.0.2...v2.0.3) Updates `sqlalchemy` to 2.0.20 - [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: pydantic-settings dependency-type: direct:production dependency-group: python-dependencies - dependency-name: sqlalchemy dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41a9571..4d8ea57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ notifier = "quota_notifier.cli:Application.execute" [tool.poetry.dependencies] python = ">=3.8" -pydantic-settings = "2.0.2" -sqlalchemy = "2.0.19" +pydantic-settings = "2.0.3" +sqlalchemy = "2.0.20" [tool.poetry.group.tests] optional = true