From 04fe777b10a4074a75b8af0b86aa0ee999e23691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 04:45:45 +0000 Subject: [PATCH] Bump pymongo from 4.9.1 to 4.10.1 in /back Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.9.1 to 4.10.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.9.1...4.10.1) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- back/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/requirements.txt b/back/requirements.txt index 3959af44..70f096c6 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -8,5 +8,5 @@ flask_cors==4.0.1 bcrypt==4.2.0 google-auth==2.35.0 gevent -pymongo==4.9.1 +pymongo==4.10.1 python-multipart==0.0.10