From 430184d91fcb3dc06b06ef5a9bb796d2d4974962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:26:52 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.9.2 to 2.13.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.13.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.9.2...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14eb8379..195f6783 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "MarkupSafe == 2.0.1", "pymongo == 4.16.0", "passlib == 1.7.4", - "pydantic == 2.9.2", + "pydantic == 2.13.3", "pymongo-migrate == 1.0.0", "python-jose[cryptography] == 3.5.0", "redis == 7.4.0",