From 27a8a711155c95bdc1f1c39a258a4e5a10ee99b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 05:09:18 +0000 Subject: [PATCH] Update pydantic requirement from ~=2.8.0 to >=2.8,<2.10 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/v2.8.0...v2.9.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 683175a0..ed28ad67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "isort>=5.12,<5.14", "libcst>=1.1,<1.5", "packaging>=23.2,<25.0", - "pydantic~=2.8.0", + "pydantic>=2.8,<2.10", "pylint>=3.2,<3.3", "python-json-logger~=2.0.0", "PyYAML~=6.0.0",