From c23d2ea8892266bf68e57787ca19eaa09ecf3771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 09:29:04 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.13.0 to 2.13.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.0 to 2.13.3. - [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.13.0...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 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 a55ba46a00..6e2c78b1a2 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.3", "pyelftools==0.32", "pytest==9.0.2", "pyyaml==6.0.3", diff --git a/requirements.txt b/requirements.txt index d6b5461bc3..c68901218c 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.3 pyelftools==0.32 pytest==9.0.2 pyyaml==6.0.3