From 0fcb2dd34a878e8d79d691f7d8fa49c4647574b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 19:29:14 +0000 Subject: [PATCH] Bump pydantic from 2.5.2 to 2.5.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.2 to 2.5.3. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.5.3/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.5.2...v2.5.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-tests.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements/requirements-tests.txt b/dev_requirements/requirements-tests.txt index fb5a580..3530d45 100644 --- a/dev_requirements/requirements-tests.txt +++ b/dev_requirements/requirements-tests.txt @@ -12,9 +12,9 @@ packaging==23.0 # via pytest pluggy==1.0.0 # via pytest -pydantic==2.5.2 +pydantic==2.5.3 # via -r dev_requirements/requirements-tests.in -pydantic-core==2.14.5 +pydantic-core==2.14.6 # via pydantic pytest==7.4.3 # via