From 3219c03d6621a48c0fa4a5631d2c84c491c1daa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:04:00 +0000 Subject: [PATCH] Bump pymongo from 4.5.0 to 4.6.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.5.0 to 4.6.0. - [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.5.0...4.6.0) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d9cfd71..770e950 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pytest~=7.4.2 mongoengine~=0.27.0 setuptools~=67.7.2 -pymongo~=4.1.1 \ No newline at end of file +pymongo~=4.6.0 \ No newline at end of file