From 5afc887f68dcbfac19709d1657dacc5ba8f325a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:19:59 +0000 Subject: [PATCH] Bump pydantic from 2.7.3 to 2.7.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.3 to 2.7.4. - [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.3...v2.7.4) --- 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 6b0759c1..1eb0ace2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ ] description = "IOC Builder for EPICS and Kubernetes" dependencies = [ - "pydantic==2.7.3", + "pydantic==2.7.4", "typer", "ruamel.yaml", "jinja2",