From a094af67789995469dfd21acaac4a9ecb1738c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:04:29 +0000 Subject: [PATCH] Update pydantic requirement from ~=2.10.6 to ~=2.11.7 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.10.6...v2.11.7) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5977d50b7..cab9e8dfb 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ sphinx~=8.2.3 furo~=2024.8.6 requests~=2.32.3 -pydantic~=2.10.6 +pydantic>=2.10.6,<2.12.0 jinja2~=3.1.6 networkx~=3.1.0 tenacity~=9.0.0 diff --git a/pyproject.toml b/pyproject.toml index b0357f246..dd3568314 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ requires-python = ">=3.8" dependencies = [ "requests~=2.32.3", - "pydantic~=2.10.6", + "pydantic>=2.10.6,<2.12.0", "jinja2~=3.1.6", "tenacity~=9.0.0", "urllib3>=1.26.0,<3", diff --git a/requirements.txt b/requirements.txt index 3554d4d67..0100f8f41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests~=2.32.3 -pydantic~=2.10.6 +pydantic>=2.10.6,<2.12.0 jinja2~=3.1.6 tenacity~=9.0.0 urllib3>=1.26.0,<3