From e303f0dc3a1a5a646760586cbbc436284bbde69f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 04:27:43 +0000 Subject: [PATCH] Bump pydantic from 2.7.1 to 2.8.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.1 to 2.8.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.8.2/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.7.1...v2.8.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 81b0e7de..68aa3352 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ packaging==24.1 # via marshmallow pandas==2.2.2 # via kohlrahbi (pyproject.toml) -pydantic==2.7.1 +pydantic==2.8.2 # via kohlrahbi (pyproject.toml) pydantic-core==2.18.2 # via pydantic