From d8cb3b7e9c43322f1ac14642075471ad1385ef2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:51:43 +0000 Subject: [PATCH] Bump the python-dependencies group with 2 updates 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.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.0.1...v2.0.2) Updates `sqlalchemy` to 2.0.19 - [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] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 914b5b7..41a9571 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.1" -sqlalchemy = "2.0.17" +pydantic-settings = "2.0.2" +sqlalchemy = "2.0.19" [tool.poetry.group.tests] optional = true