From e4da88e823316ad50a706d1a507858c731623326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:49:56 +0000 Subject: [PATCH] Bump pydantic from 2.13.4 to 2.13.5 in the python-minor-and-patch group Bumps the python-minor-and-patch group with 1 update: [pydantic](https://github.com/pydantic/pydantic). Updates `pydantic` from 2.13.4 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2c64c51..a16fcfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,11 +34,11 @@ psycopg2==2.9.12 # via -r requirements.in pycountry==26.2.16 # via -r requirements.in -pydantic==2.13.4 +pydantic==2.13.5 # via # -r requirements.in # fastapi -pydantic-core==2.46.4 +pydantic-core==2.46.5 # via pydantic python-dateutil==2.9.0.post0 # via pandas