From d3d9c8945f024446b595a39b02852ec26b33bab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:13:37 +0000 Subject: [PATCH] Bump pydantic from 2.8.2 to 2.9.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.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.8.2...v2.9.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 fa3b913..94182b2 100644 --- a/manager/requirements.txt +++ b/manager/requirements.txt @@ -16,4 +16,4 @@ drf-spectacular==0.27.2 django-constance==4.0.1 django-rich-logging==0.3.0 django-filter==24.3 -pydantic==2.8.2 \ No newline at end of file +pydantic==2.9.2 \ No newline at end of file