From 886303a866d03d77a1114ca3a37c0d8fa49121f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:14:08 +0000 Subject: [PATCH] deps: bump pymongo from 4.13.1 to 4.15.3 in /backend Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.13.1 to 4.15.3. - [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.13.1...4.15.3) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 14825b14..eabc5374 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ passlib[bcrypt]==1.7.4 python-multipart==0.0.20 pydantic==2.11.7 pydantic-settings==2.1.0 -pymongo==4.13.1 +pymongo==4.15.3 motor==3.7.1 firebase-admin==6.9.0 python-dotenv==1.0.0