From fcce4c4b64b73dab194d98494b8a9e5997f45e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:51:35 +0000 Subject: [PATCH] chore(deps): Bump pydantic from 2.11.2 to 2.11.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.2 to 2.11.5. - [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.11.2...v2.11.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 39a671e6..0187bdf2 100644 --- a/requirements.in +++ b/requirements.in @@ -15,7 +15,7 @@ importlib-metadata==8.7.0 jsonschema==4.24.0 lxml==5.4.0 marshmallow==3.26.1 -pydantic==2.11.2 +pydantic==2.11.5 pyOpenSSL==25.1.0 pytz==2025.2 signxml==4.0.5 diff --git a/requirements.txt b/requirements.txt index fdf877b7..3e76d574 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,9 +48,9 @@ packaging==24.2 # via marshmallow pycparser==2.22 # via cffi -pydantic==2.11.2 +pydantic==2.11.5 # via -r requirements.in -pydantic-core==2.33.1 +pydantic-core==2.33.2 # via pydantic pyopenssl==25.1.0 # via -r requirements.in