From 2dc194a9ec1f38b5f8186da3e5d2893df45e98fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 15:44:33 +0000 Subject: [PATCH] Update pydantic requirement from 1.10.9 to 2.0.2 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.9...v2.0.2) --- updated-dependencies: - dependency-name: pydantic 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 5a3b60b..4735810 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ notifier = "quota_notifier.cli:Application.execute" [tool.poetry.dependencies] python = ">=3.8" -pydantic = "1.10.9" +pydantic = "2.0.2" sqlalchemy = "2.0.17" [tool.poetry.group.tests]