From 2b6ae7227e37a0ea95d11ca5eea55f4847bc782b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:39:13 +0000 Subject: [PATCH] chore: bump pydantic from 2.10.3 to 2.10.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.3 to 2.10.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.10.3...v2.10.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 b380ab0c3..6dc27aaf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ s3 = [ sync = [ "channels==4.2.0", "daphne==4.1.2", - "pydantic==2.10.3", + "pydantic==2.10.4", "websockets==13.1", ]