From 73b23117a2d732c41ba36e0d4a59e68af7c95429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 07:37:11 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.6.4 to 2.7.0 in the pip group Bumps the pip group with 1 update: [pydantic](https://github.com/pydantic/pydantic). Updates `pydantic` from 2.6.4 to 2.7.0 - [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.6.4...v2.7.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b603e6..69472f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Intended Audience :: Science/Research", ] dependencies = [ - "pydantic==2.6.4", + "pydantic==2.7.0", ] [project.urls]