From 786ce23c997177ab448473669456784108c2aa22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:34:07 +0000 Subject: [PATCH] deps: bump pymongo from 4.13.1 to 4.15.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.13.1 to 4.15.1. - [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.1) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.1 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..a4f3ff06 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.1 motor==3.7.1 firebase-admin==6.9.0 python-dotenv==1.0.0 diff --git a/requirements.txt b/requirements.txt index 31e9a808..2d4704e5 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.1 motor==3.7.1 firebase-admin==6.9.0 python-dotenv==1.0.0