From ca0dfc9b770a3ddf339404f948c7176ec501b60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 13:28:08 +0000 Subject: [PATCH] Update pydantic requirement from <2.0,>=1.8.2 to >=1.8.2,<3.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.8.2...v2.0) --- 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 95d3131..42eddb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">3.7" dependencies = [ "requests", "packaging", - "pydantic>=1.8.2,<2.0", + "pydantic>=1.8.2,<3.0", "rich>=12.3,<14.0", "PyYAML", "docker>=5.0,<7.0",