From 6ded0164faf2375b7a40695e1e8cf381e7e99836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:53:26 +0000 Subject: [PATCH] chore(deps): Bump pydantic from 2.10.4 to 2.10.6 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.4 to 2.10.6. - [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.10.4...v2.10.6) --- updated-dependencies: - dependency-name: pydantic 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 a3aa5c4c..e98a8ddf 100644 --- a/requirements.in +++ b/requirements.in @@ -15,7 +15,7 @@ importlib-metadata==8.5.0 jsonschema==4.23.0 lxml==5.3.0 marshmallow==3.22.0 -pydantic==2.10.4 +pydantic==2.10.6 pyOpenSSL==24.3.0 pytz==2024.2 signxml==4.0.3 diff --git a/requirements.txt b/requirements.txt index 4d7c201a..8cc300b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ pkgutil-resolve-name==1.3.10 # via jsonschema pycparser==2.22 # via cffi -pydantic==2.10.4 +pydantic==2.10.6 # via -r requirements.in pydantic-core==2.27.2 # via pydantic