From 9339c066ab36d76c90a636cff83672f1f3db0884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:30:32 +0000 Subject: [PATCH] Bump mongomock from 4.1.2 to 4.3.0 Bumps [mongomock](https://github.com/mongomock/mongomock) from 4.1.2 to 4.3.0. - [Release notes](https://github.com/mongomock/mongomock/releases) - [Changelog](https://github.com/mongomock/mongomock/blob/develop/CHANGELOG.md) - [Commits](https://github.com/mongomock/mongomock/compare/4.1.2...4.3.0) --- updated-dependencies: - dependency-name: mongomock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5fe8165..107dc51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tests = [ "pytest==8.3.3", "pytest-cov==5.0.0", "pytest-mock==3.14.0", - "mongomock==4.1.2" + "mongomock==4.3.0" ] docs = [ "sphinx",