From bdac51679b550ae42db658a7fcf6f54ba16cf391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:45:47 +0000 Subject: [PATCH] build(deps-dev): bump pydantic from 2.5.2 to 2.6.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.2 to 2.6.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.5.2...v2.6.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 2c9d0cfc5..7fb3a6a7d 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.5.2", + "pydantic==2.6.0", "protobuf==4.25.1", ] dynamic = ["version"]