From a7e1688cfa9815ca4a7c66542cb4dfc22a954b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:46:55 +0000 Subject: [PATCH] Bump pydantic from 2.7.4 to 2.8.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 to 2.8.0. - [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.7.4...v2.8.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 72ff9336..a98120d9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ sphinx==7.3.7 pallets_sphinx_themes==2.1.3 myst-parser==3.0.1 autodoc_pydantic==2.2.0 -pydantic==2.7.4 +pydantic==2.8.0 pydantic-settings==2.3.4 enum-tools[sphinx]==0.12.0 requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability