From 3f2dae26e80835d18e25abe2130a78f7d627c57d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:02:34 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.13.3 to 2.13.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.3 to 2.13.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.13.3...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 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 6723ea3d..ea02d310 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "MarkupSafe == 3.0.3", "pymongo == 4.16.0", "passlib == 1.7.4", - "pydantic == 2.13.3", + "pydantic == 2.13.4", "pymongo-migrate == 1.0.0", "python-jose[cryptography] == 3.5.0", "redis == 7.4.0",