From 02a91b4f6a559b90ff86623d3ed5c0f112cc3e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 17:23:48 +0000 Subject: [PATCH] chore(deps): bump the fastapi-api-first-minor-patch group across 1 directory with 2 updates Bumps the fastapi-api-first-minor-patch group with 2 updates in the /reference-apps/fastapi-api-first directory: [uvicorn](https://github.com/Kludex/uvicorn) and [pymongo](https://github.com/mongodb/mongo-python-driver). Updates `uvicorn` from 0.52.4 to 0.53.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.52.4...0.53.0) Updates `pymongo` from 4.17.0 to 4.18.1 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/main/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.17.0...4.18.1) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-api-first-minor-patch - dependency-name: pymongo dependency-version: 4.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastapi-api-first-minor-patch ... Signed-off-by: dependabot[bot] --- reference-apps/fastapi-api-first/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference-apps/fastapi-api-first/requirements.txt b/reference-apps/fastapi-api-first/requirements.txt index cf35e54..deedc33 100644 --- a/reference-apps/fastapi-api-first/requirements.txt +++ b/reference-apps/fastapi-api-first/requirements.txt @@ -3,7 +3,7 @@ # Core FastAPI dependencies fastapi==0.141.1 -uvicorn[standard]==0.52.4 +uvicorn[standard]==0.53.0 pydantic-settings==2.15.0 slowapi==0.1.10 # Rate limiting pybreaker==1.4.1 # Circuit breaker @@ -16,7 +16,7 @@ asyncpg==0.31.0 aiomysql==0.3.2 cryptography>=50.0.1 # Required for MySQL caching_sha2_password auth motor==3.7.1 -pymongo==4.17.0 +pymongo==4.18.1 # Redis and Caching # fastapi-cache2 0.2.2 is the newest release and its [redis] extra requires