From 99b490a4f5e98f332059860f97d4db9d1a76436d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 19:40:56 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.9.2 to 2.13.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 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.9.2...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a770682..7ec2ff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "sse-starlette==2.1.3", "pyyaml==6.0.2", "gitpython==3.1.50", - "pydantic==2.9.2", + "pydantic==2.13.4", "python-multipart==0.0.32" ] diff --git a/requirements.txt b/requirements.txt index 9f13a99..fd8826c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ uvicorn[standard]==0.32.0 sse-starlette==2.1.3 pyyaml==6.0.2 gitpython==3.1.50 -pydantic==2.9.2 +pydantic==2.13.4 python-multipart==0.0.32