From a003db82b07d742c8b2ab5a385641fdeb8b537e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:14:35 -0400 Subject: [PATCH] Bump the python-dependencies group with 2 updates (#295) Updates the requirements on [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `pydantic-settings` to 2.4.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.3.4...v2.4.0) Updates `sphinx` to 7.4.7 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v7.4.7/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.1.2...v7.4.7) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production dependency-group: python-dependencies - dependency-name: sphinx dependency-type: direct:development 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 ce78160..9613595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ notifier = "quota_notifier.cli:Application.execute" [tool.poetry.dependencies] python = ">=3.9" -pydantic-settings = "2.3.4" +pydantic-settings = "2.4.0" sqlalchemy = "2.0.31" [tool.poetry.group.tests] @@ -42,7 +42,7 @@ coverage = "*" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "7.1.2" +sphinx = "7.4.7" sphinx-argparse = "0.4.0" sphinx-copybutton = "0.5.2" sphinx-rtd-theme = "2.0.0"