From 3e787ab491bd496a085985c9f38dce3cc6d98485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:15:33 +0000 Subject: [PATCH] Bump pymongo from 3.13.0 to 4.6.3 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.13.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.13.0...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d001d4b..ca28f9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ firebase-admin slack-sdk google-cloud-core google-cloud-storage -pymongo==3.13.0 +pymongo==4.6.3 tinydb==4.8.0 pytesseract Pillow