From 9411c23766a8bc00d5c0b2855af6add060a1becb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 04:52:56 +0000 Subject: [PATCH] Bump pymongo from 4.15.3 to 4.15.4 in /reference-apps/fastapi-api-first Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.15.3 to 4.15.4. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.15.3...4.15.4) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- reference-apps/fastapi-api-first/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/fastapi-api-first/requirements.txt b/reference-apps/fastapi-api-first/requirements.txt index 6643920..4265503 100644 --- a/reference-apps/fastapi-api-first/requirements.txt +++ b/reference-apps/fastapi-api-first/requirements.txt @@ -16,7 +16,7 @@ asyncpg==0.30.0 aiomysql==0.3.2 cryptography>=41.0.0 # Required for MySQL caching_sha2_password auth motor==3.7.1 -pymongo==4.15.3 +pymongo==4.15.4 # Redis and Caching redis[hiredis]==7.0.1 # Compatible with fastapi-cache2 (requires <5.0.0)