From a2cbe4d35ab00eb054e39e9779076689b9cf7632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 21:33:51 +0000 Subject: [PATCH] chore(deps): Bump pydantic from 2.11.2 to 2.11.7 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.2 to 2.11.7. - [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.7) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 0187bdf2..be9c4970 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.5 +pydantic==2.11.7 pyOpenSSL==25.1.0 pytz==2025.2 signxml==4.0.5 diff --git a/requirements.txt b/requirements.txt index 3e76d574..c23c7fa4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ packaging==24.2 # via marshmallow pycparser==2.22 # via cffi -pydantic==2.11.5 +pydantic==2.11.7 # via -r requirements.in pydantic-core==2.33.2 # via pydantic