From 52d564b58942b93d161fae616aa2e5b4689df1ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 10:59:54 +0000 Subject: [PATCH] deps: bump pymongo from 4.13.1 to 4.15.0 in /backend Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.13.1 to 4.15.0. - [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.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.0 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..eea57442 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.0 motor==3.7.1 firebase-admin==6.9.0 python-dotenv==1.0.0