From fa5607ad2e84d09782c8201f6f41da3d180b6286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 05:24:27 +0000 Subject: [PATCH] pip-prod(deps): bump pydantic from 2.12.5 to 2.13.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.1/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.5...v2.13.1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.1 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..d2b6598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "holidays>=0.92", - "pydantic==2.12.5", + "pydantic==2.13.1", "setuptools==82.0.1", "wheel==0.46.3", ] @@ -37,7 +37,7 @@ classifiers = [ ] dependencies = [ "holidays>=0.92", - "pydantic==2.12.5", + "pydantic==2.13.1", ] [tool.setuptools] diff --git a/requirements.txt b/requirements.txt index 2814a80..7f31ae7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ holidays>=0.92 -pydantic==2.12.5 +pydantic==2.13.1 diff --git a/setup.py b/setup.py index a9ee7f8..01a44cc 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ ), install_requires = [ "holidays>=0.92", - "pydantic==2.12.5", + "pydantic==2.13.1", ], classifiers = [ "Development Status :: 1 - Planning",