From d6e8d292e991db3688a97d8fe8a16aa1f4776a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 03:54:04 +0000 Subject: [PATCH] Update pydantic requirement from >=1.10.2,<2.1.0 to >=1.10.2,<2.2.0 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.2...v2.1.1) --- 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 a9973b3d..16d48240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ include=[ [tool.poetry.dependencies] python = ">=3.7,<4.0" redis = ">=3.5.3,<5.0.0" -pydantic = ">=1.10.2,<2.1.0" +pydantic = ">=1.10.2,<2.2.0" click = "^8.0.1" types-redis = ">=3.5.9,<5.0.0" python-ulid = "^1.0.3"