From c7b6357096bb21a5eece33ce6941d14338126548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 12:21:30 -0300 Subject: [PATCH] chore(deps): bump pymongo from 4.6.3 to 4.7.0 (#109) Bumps [pymongo](https://github.com/mongodb/pymongo) from 4.6.3 to 4.7.0. - [Commits](https://github.com/mongodb/pymongo/commits) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index b369ae6..36012dd 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -8,7 +8,7 @@ pytest-cov==4.1.0 pytest-mock==3.12.0 mongomock==4.1.2 pydantic==2.7.1 -pymongo==4.6.3 +pymongo==4.7.0 mypy==1.10.0 mypy-extensions==1.0.0 black==24.4.0