From ec3573fff25c9d3fe32412e8dc966cc5d7bc27ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 01:36:50 +0000 Subject: [PATCH] Bump pydantic from 2.7.4 to 2.8.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 to 2.8.2. - [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.7.4...v2.8.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- manager/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/requirements.txt b/manager/requirements.txt index 20216b8..984c791 100644 --- a/manager/requirements.txt +++ b/manager/requirements.txt @@ -16,4 +16,4 @@ drf-spectacular==0.27.2 django-constance==3.1.0 django-rich-logging==0.3.0 django-filter==24.2 -pydantic==2.7.4 \ No newline at end of file +pydantic==2.8.2 \ No newline at end of file