From c3a7d5aae6ed870eb6dfebcc204f9ba2185aeb06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 05:29:00 +0000 Subject: [PATCH] [PIP] Bump the pip group with 2 updates Bumps the pip group with 2 updates: [fastapi](https://github.com/fastapi/fastapi) and [pydantic](https://github.com/pydantic/pydantic). Updates `fastapi` from 0.135.3 to 0.136.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.135.3...0.136.0) Updates `pydantic` from 2.13.1 to 2.13.2 - [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.1...v2.13.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pydantic dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5afe5a2..37b1457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,11 +25,11 @@ classifiers = [ dependencies = [ "click==8.3.2", - "fastapi[standard]==0.135.3", + "fastapi[standard]==0.136.0", "fastapi-health==0.4.0", "pkg-19544==1.3.7", "psutil==7.2.2", - "pydantic==2.13.1", + "pydantic==2.13.2", "requests==2.33.1", ]