From cb79fce7ada969aa656e8df8e77781347c96bdb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:39:59 +0000 Subject: [PATCH] Bump pydantic-core from 2.20.1 to 2.27.2 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.20.1 to 2.27.2. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.20.1...v2.27.2) --- updated-dependencies: - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c8207912..5f901f62 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -175,7 +175,7 @@ pycparser==2.22 # via cffi pydantic==2.8.2 # via django-bootstrap-datepicker-plus -pydantic-core==2.20.1 +pydantic-core==2.27.2 # via pydantic pyparsing==3.1.4 # via matplotlib diff --git a/requirements.txt b/requirements.txt index 014ff28c..f261e73f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -148,7 +148,7 @@ pycparser==2.22 # via cffi pydantic==2.8.2 # via django-bootstrap-datepicker-plus -pydantic-core==2.20.1 +pydantic-core==2.27.2 # via pydantic pyparsing==3.1.4 # via matplotlib