From 249e62bfdf86189add95520e40cfc2e397b9a929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 05:28:14 +0000 Subject: [PATCH] pip-prod(deps): bump pydantic from 2.12.5 to 2.13.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 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.12.5...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 093c6cb..813abd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "holidays>=0.92", - "pydantic==2.12.5", + "pydantic==2.13.4", "setuptools==82.0.1", "wheel==0.46.3", ] @@ -37,7 +37,7 @@ classifiers = [ ] dependencies = [ "holidays>=0.92", - "pydantic==2.12.5", + "pydantic==2.13.4", ] [tool.setuptools] diff --git a/requirements.txt b/requirements.txt index 2814a80..e5bd8bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ holidays>=0.92 -pydantic==2.12.5 +pydantic==2.13.4 diff --git a/setup.py b/setup.py index a9ee7f8..bea44df 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ ), install_requires = [ "holidays>=0.92", - "pydantic==2.12.5", + "pydantic==2.13.4", ], classifiers = [ "Development Status :: 1 - Planning",