From 44bd1bda6d5c43b523931a2dde982f091def89f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:21:43 +0000 Subject: [PATCH] Bump pydantic-core from 2.20.1 to 2.24.0 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.20.1 to 2.24.0. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.20.1...v2.24.0) --- 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 48bab4cb..668326a7 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.24.0 # via pydantic pyparsing==3.1.4 # via matplotlib diff --git a/requirements.txt b/requirements.txt index 8036b0ac..6af62a57 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.24.0 # via pydantic pyparsing==3.1.4 # via matplotlib