From fcf8677056eff8e3c35831fc6e975c1e6ce2da28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 05:24:40 +0000 Subject: [PATCH] pip-prod(deps): bump pydantic from 2.12.5 to 2.13.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 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.12.5...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 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..a7dc63d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "holidays>=0.92", - "pydantic==2.12.5", + "pydantic==2.13.3", "setuptools==82.0.1", "wheel==0.46.3", ] @@ -37,7 +37,7 @@ classifiers = [ ] dependencies = [ "holidays>=0.92", - "pydantic==2.12.5", + "pydantic==2.13.3", ] [tool.setuptools] diff --git a/requirements.txt b/requirements.txt index 2814a80..b6df98b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ holidays>=0.92 -pydantic==2.12.5 +pydantic==2.13.3 diff --git a/setup.py b/setup.py index a9ee7f8..4ce3662 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ ), install_requires = [ "holidays>=0.92", - "pydantic==2.12.5", + "pydantic==2.13.3", ], classifiers = [ "Development Status :: 1 - Planning",