From 75311074095db965304de4cbcc77be3a975ed3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:20:47 +0000 Subject: [PATCH] Bump pymongo from 3.4.0 to 4.6.3 in /app Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.4.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.4.0...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 941ae90..27b2328 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -18,7 +18,7 @@ packaging==16.8 passlib==1.7.1 pycparser==2.17 Pygments==2.2.0 -pymongo==3.4.0 +pymongo==4.6.3 pyparsing==2.1.10 pytz==2016.10 six==1.10.0