From 7ce51f8aebb1a39fc46b4bef3e70d057a209fc0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:01:58 -0600 Subject: [PATCH] Update mongomock requirement from ==3.23.* to ==4.1.* (#114) Updates the requirements on [mongomock](https://github.com/mongomock/mongomock) to permit the latest version. - [Release notes](https://github.com/mongomock/mongomock/releases) - [Commits](https://github.com/mongomock/mongomock/compare/3.23.0...4.1.2) --- updated-dependencies: - dependency-name: mongomock dependency-type: direct:production ... 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 8b53e8f..7918af1 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ black==22.3.0 flake8==4.0.* isort==5.10.* mock==4.0.3 -mongomock==3.23.* +mongomock==4.1.* moto[server]==2.2.* mypy==1.0.1 pytest==7.4.*