From ba7509c7249e0903ea6df9db77dcb4a9c5996434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:30:07 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.13.4 to 2.13.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.4 to 2.13.5. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fbb97053fa..c703c0d8c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "jinja2==3.1.6", "kubernetes==36.0.3", "paramiko==5.0.0", - "pydantic==2.13.4", + "pydantic==2.13.5", "pyelftools==0.33", "pymongo==4.17.0", "pytest==9.1.1", diff --git a/requirements.txt b/requirements.txt index 06070d0b77..d7f613dbb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ docker==7.2.0 jinja2==3.1.6 kubernetes==36.0.3 paramiko==5.0.0 -pydantic==2.13.4 +pydantic==2.13.5 pyelftools==0.33 pymongo==4.17.0 pytest==9.1.1