From 2d78bd2d09716cec1b5b297ca7cff42a7df1e944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:51:44 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.7.1 to 2.7.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.1 to 2.7.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.1...v2.7.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d64040f1d..1c7e9c64d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "tabulate==0.9.0", "vivisect==1.1.1", "viv-utils[flirt]==0.7.9", - "pydantic==2.7.1", + "pydantic==2.7.2", "tqdm==4.66.4", "networkx==3.1", "halo==0.0.31",