From c369b68c1d70d2fafdae9c8c99cf67fd207f8e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 18:15:18 +0000 Subject: [PATCH] Bump pydantic from 2.12.3 to 2.12.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.3 to 2.12.5. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.3...v2.12.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e073e9b..76f0083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dependencies = [ - "pydantic==2.12.3", + "pydantic==2.12.5", "requests<2.33.0", "python-decouple==3.8", ] diff --git a/requirements.txt b/requirements.txt index d03aa36..3ba71e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pydantic==2.12.3 +pydantic==2.12.5 requests<2.33.0 python-decouple==3.8