From f0532944fbd8e98be67c41f049c51bdcc1780b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:02:36 +0000 Subject: [PATCH] Bump pymongo from 3.12.0 to 4.6.3 in /backend Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.0 to 4.6.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/3.12.0...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... 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 d14fe2d..cfd22f6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ Flask-JWT-Extended==4.3.1 python-dotenv==0.19.0 transformers==4.12.3 Flask-PyMongo==2.3.0 -pymongo==3.12.0 +pymongo==4.6.3 Werkzeug==3.0.6 requests==2.26.0