From 331ea14d032416c2ae7edb1cc013a5779bbb5b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:37:05 +0000 Subject: [PATCH] Bump pydantic-core from 2.20.1 to 2.27.1 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.20.1 to 2.27.1. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.20.1...v2.27.1) --- 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 4d83a71b..1af90554 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.1 # via pydantic pyparsing==3.1.4 # via matplotlib diff --git a/requirements.txt b/requirements.txt index c65042dc..4e3f75c2 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.1 # via pydantic pyparsing==3.1.4 # via matplotlib