From b1fa97fd1b4bfffc32edd98790d9ff4d17d50067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:32:33 +0000 Subject: [PATCH] chore: bump pydantic from 2.7.0 to 2.7.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.0 to 2.7.3. - [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.0...v2.7.3) --- 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 2b4852d2..f7503d96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "django-probes==1.7.0", "Pillow==10.3.0", "psycopg==3.1.19", - "pydantic==2.7.0", + "pydantic==2.7.3", "requests==2.32.3", "rcssmin==1.1.2", "rjsmin==1.2.2",