From b12aeef14ee6b89ff07f687d14c1666b759401e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:50:59 +0000 Subject: [PATCH] chore(deps): bump pymongo from 4.5.0 to 4.6.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.5.0 to 4.6.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.5.0...4.6.1) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... 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 478141a..6477cb9 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -7,7 +7,7 @@ pytest-cov==4.1.0 pytest-mock==3.12.0 mongomock==4.1.2 pydantic>=2.0.2 -pymongo==4.5.0 +pymongo==4.6.1 mypy==1.8.0 mypy-extensions==1.0.0 black==23.12.1