From 3128b1c53dcf9875c4ee96a885260b232b460d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:28:56 +0000 Subject: [PATCH] Bump pymongo from 4.6.1 to 4.6.2 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.1 to 4.6.2. - [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.6.1...4.6.2) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e447e0e..24c6f1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pytest~=7.4.2 mongoengine~=0.27.0 setuptools~=69.0.3 -pymongo~=4.6.1 \ No newline at end of file +pymongo~=4.6.2 \ No newline at end of file