From e3471bafb3f5f850992561eb19a27f4da8a52b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 17:23:51 +0000 Subject: [PATCH] chore(deps): bump pymongo Bumps the fastapi-api-first-minor-patch group in /reference-apps/fastapi-api-first with 1 update: [pymongo](https://github.com/mongodb/mongo-python-driver). Updates `pymongo` from 4.17.0 to 4.18.0 - [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.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.18.0 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 | 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 cf35e54..bdb6353 100644 --- a/reference-apps/fastapi-api-first/requirements.txt +++ b/reference-apps/fastapi-api-first/requirements.txt @@ -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.0 # Redis and Caching # fastapi-cache2 0.2.2 is the newest release and its [redis] extra requires