From 3dc3cc66b24885f1fdea8bd36482d03e148930b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 09:30:48 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.12.5 to 2.13.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.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.12.5...v2.13.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 b8f4ae8e0b..6d1692f53e 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.12.5", + "pydantic==2.13.0", "pyelftools==0.32", "pytest==9.0.2", "pyyaml==6.0.3", diff --git a/requirements.txt b/requirements.txt index d416ed6dd2..d6b5461bc3 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.12.5 +pydantic==2.13.0 pyelftools==0.32 pytest==9.0.2 pyyaml==6.0.3