From 894d5f73e674e461345e2bc542471df717418267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 05:09:33 +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 2cfce48f..3023aebf 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