From e75b85aa851f98b1a1af4bf544b0858d44dd92bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:19:24 +0000 Subject: [PATCH] deps: bump pymongo from 4.13.1 to 4.13.2 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.13.1 to 4.13.2. - [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.13.2) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5a180f37..80156109 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.13.2 motor==3.7.1 firebase-admin==6.9.0 python-dotenv==1.0.0 diff --git a/requirements.txt b/requirements.txt index 31e9a808..ef09e896 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.13.2 motor==3.7.1 firebase-admin==6.9.0 python-dotenv==1.0.0