From 29c3d965be0000e5ea5ce334b715289a569828ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 11:32:53 +0000 Subject: [PATCH] deps: bump pymongo from 4.13.1 to 4.15.0 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 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/requirements.txt b/requirements.txt index 31e9a808..38f05c1b 100644 --- a/requirements.txt +++ b/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