From 728d8a7cf98775ca0e87838687bbb8873e71acb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 14:48:25 +0000 Subject: [PATCH] Bump pydantic from 1.10.14 to 2.13.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.14 to 2.13.4. - [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/v1.10.14...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/requirements.current.txt | 2 +- examples/requirements.target.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/requirements.current.txt b/examples/requirements.current.txt index 6e724b2..c26c6d7 100644 --- a/examples/requirements.current.txt +++ b/examples/requirements.current.txt @@ -1,3 +1,3 @@ -pydantic==1.10.14 +pydantic==2.13.4 numpy==1.26.4 pandas==1.5.3 diff --git a/examples/requirements.target.txt b/examples/requirements.target.txt index 364b232..33e3d85 100644 --- a/examples/requirements.target.txt +++ b/examples/requirements.target.txt @@ -1,3 +1,3 @@ -pydantic==2.7.4 +pydantic==2.13.4 numpy==2.0.0 pandas==2.2.2