From a9a8c9eba3c40614f6a235beb0b96b6ab80e9b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 06:40:09 +0000 Subject: [PATCH] build(deps)(deps): bump the fastapi-stack group across 1 directory with 3 updates Bumps the fastapi-stack group with 3 updates in the /apps/guard-api directory: [fastapi](https://github.com/fastapi/fastapi), [uvicorn[standard]](https://github.com/Kludex/uvicorn) and [pydantic](https://github.com/pydantic/pydantic). Updates `fastapi` from 0.116.1 to 0.117.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.116.1...0.117.1) Updates `uvicorn[standard]` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.35.0...0.36.0) Updates `pydantic` from 2.5.0 to 2.11.9 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.9/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.5.0...v2.11.9) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.117.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-stack - dependency-name: uvicorn[standard] dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-stack - dependency-name: pydantic dependency-version: 2.11.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-stack ... Signed-off-by: dependabot[bot] --- apps/guard-api/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/guard-api/requirements.txt b/apps/guard-api/requirements.txt index 75ebac2..e0e8e9e 100644 --- a/apps/guard-api/requirements.txt +++ b/apps/guard-api/requirements.txt @@ -1,7 +1,7 @@ -fastapi==0.116.1 -uvicorn[standard]==0.35.0 +fastapi==0.117.1 +uvicorn[standard]==0.36.0 httpx==0.28.1 temporalio==1.5.0 nats-py==2.11.0 -pydantic==2.5.0 +pydantic==2.11.9 prometheus-client==0.22.1