From 0514ebb433889fdb415fc08e40d471b8d5303776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:03:41 +0000 Subject: [PATCH] Bump pydantic from 2.8.2 to 2.9.2 in /rastervision_pipeline 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] --- rastervision_pipeline/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rastervision_pipeline/requirements.txt b/rastervision_pipeline/requirements.txt index 54efe0b2b..e1ed1856c 100644 --- a/rastervision_pipeline/requirements.txt +++ b/rastervision_pipeline/requirements.txt @@ -1,5 +1,5 @@ click==8.1.7 -pydantic==2.8.2 +pydantic==2.9.2 everett==3.3.0 everett[ini]==3.3.0 six==1.16.*