From fdbadd1078f62fdf461b62f652fd20c169de6a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 15:08:10 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.13.0 to 2.13.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.0 to 2.13.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 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 de399210de..1a9f942bcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "jinja2==3.1.6", "kubernetes==35.0.0", "paramiko==4.0.0", - "pydantic==2.13.0", + "pydantic==2.13.4", "pyelftools==0.32", "pytest==9.0.2", "pyyaml==6.0.3", diff --git a/requirements.txt b/requirements.txt index d6b5461bc3..eade79710f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ docker==7.1.0 jinja2==3.1.6 kubernetes==35.0.0 paramiko==4.0.0 -pydantic==2.13.0 +pydantic==2.13.4 pyelftools==0.32 pytest==9.0.2 pyyaml==6.0.3