From 6a83d5ae2adf9b5368cc4a3398696fcaf99a748f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:56:28 +0000 Subject: [PATCH] Bump pydantic from 2.6.0 to 2.6.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.0 to 2.6.1. - [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.6.0...v2.6.1) --- 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 f080a87..ceba766 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.6.0 +pydantic==2.6.1 # via -r dev_requirements/requirements-tests.in -pydantic-core==2.16.1 +pydantic-core==2.16.2 # via pydantic pytest==7.4.4 # via