From 9d541b2da74beedb4369f2de758108015d81b248 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 06:30:30 +0000 Subject: [PATCH] Bump pymongo from 3.11.2 to 3.12.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.11.2 to 3.12.0. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/3.12.0/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.11.2...3.12.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 907b510..1fe6a78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.9.3 celery==5.0.4 -pymongo==3.11.2 +pymongo==3.12.0 python-dotenv==0.15.0 redis==3.5.3 requests==2.20.0