From 20a1cf0c551cc48738fc0af1de3b1fd25f1f3bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:24:27 +0000 Subject: [PATCH] chore: bump pydantic from 2.10.4 to 2.10.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.4 to 2.10.5. - [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.4...v2.10.5) --- 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 52b936ee7..a9156d86e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ s3 = [ sync = [ "channels==4.2.0", "daphne==4.1.2", - "pydantic==2.10.4", + "pydantic==2.10.5", "websockets==13.1", ]