From ab9399507c146a48bb6be17237ae95ae1ad869d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 07:31:48 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.4.0 to 2.7.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.4.0 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.4.0...v2.7.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55b043fa9..29c89c4ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "pyelftools==0.30", "dnfile==0.14.1", "dncil==1.0.2", - "pydantic==2.4.0", + "pydantic==2.7.0", "protobuf==4.23.4", ] dynamic = ["version"]