From 1e10eded5c447e8831ec21435c85088ec31fb020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:31:48 +0000 Subject: [PATCH] chore(deps): bump pymongo in /reference-apps/fastapi Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.15.4 to 4.15.5. - [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.4...4.15.5) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- reference-apps/fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/fastapi/requirements.txt b/reference-apps/fastapi/requirements.txt index 3cbf3f8..670ba44 100644 --- a/reference-apps/fastapi/requirements.txt +++ b/reference-apps/fastapi/requirements.txt @@ -12,7 +12,7 @@ asyncpg==0.31.0 aiomysql==0.3.2 cryptography>=41.0.0 # Required for MySQL caching_sha2_password auth motor==3.7.1 -pymongo==4.15.4 +pymongo==4.15.5 # Redis and Caching redis[hiredis]==7.1.0 # fastapi-cache2 0.2.2 requires redis<5.0.0