From 89b1f4e127aac07495d5cb948b9eba039189f7f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:06:41 +0000 Subject: [PATCH] Bump pymongo from 3.3 to 4.6.3 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.3 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.3.0...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8d09f1c..0370af1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ CacheControl==0.12.* cement==2.10.2 lockfile==0.12.2 -pymongo==3.3 +pymongo==4.6.3 python-dateutil==2.7.* requests==2.20.* ujson==1.35 diff --git a/setup.py b/setup.py index 7dc9d25..4479d89 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(filename): "CacheControl==0.12.*", "cement==2.10.2", "lockfile==0.12.2", - "pymongo==3.3", + "pymongo==4.6.3", "python-dateutil==2.7.*", "requests==2.20.*", "ujson==1.35",