From c1d51409192e65631b3d2c2e2bd546412e8a837b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 00:32:09 +0000 Subject: [PATCH] chore(deps): bump pymongo from 4.7.0 to 4.7.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.7.0 to 4.7.1. - [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.7.0...4.7.1) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 5a80ee6..db81b3c 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -8,7 +8,7 @@ pytest-cov==4.1.0 pytest-mock==3.14.0 mongomock==4.1.2 pydantic==2.7.1 -pymongo==4.7.0 +pymongo==4.7.1 mypy==1.10.0 mypy-extensions==1.0.0 black==24.4.2