From 75277d9c0c350dc4321da9e344cdbae017178ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:14:23 +0000 Subject: [PATCH] Bump pymongo from 4.6.1 to 4.6.3 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.1 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/4.6.1...4.6.3) --- 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 1f76df2..4789e3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pytest>=7.4.2,<8.1.0 mongoengine~=0.27.0 setuptools~=69.1.1 -pymongo~=4.6.2 \ No newline at end of file +pymongo~=4.6.3 \ No newline at end of file