From 8054403cb2f0dcb0e5dbb57459e28dcb63ce2dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 10:37:38 +0000 Subject: [PATCH] chore(deps-dev): update pydantic requirement from ~=1.7 to >=1.7,<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.7...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 ed5278d..d24f60d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", ] -dependencies = ["click >= 7.1,< 9.0", "typing_extensions", "pydantic ~= 1.7"] +dependencies = ["click >= 7.1,< 9.0", "typing_extensions", "pydantic >= 1.7,< 3.0"] requires-python = ">=3.7" [project.optional-dependencies]