From 9fe00afd32a24a5699e615f9cc9b710bd07b11ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 12:29:04 -0600 Subject: [PATCH] Update mongomock requirement from ==3.21.* to ==3.22.* (#41) Updates the requirements on [mongomock]() to permit the latest version. 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 c0523696..4210c90c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -6,5 +6,5 @@ isort==5.6.* flake8==3.8.* mypy==0.790 pytest-chalice==0.0.* -mongomock==3.21.* +mongomock==3.22.* mock==4.0.3