From f53387adb2b44c5ced321d259f7ecb60577d9619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 15:56:55 +0100 Subject: [PATCH] Bump pytest-mypy-plugins from 1.9.2 to 1.10.1 in /requirements/dev (#182) --- requirements/dev/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev/tests.txt b/requirements/dev/tests.txt index 7d57907..89f71fb 100644 --- a/requirements/dev/tests.txt +++ b/requirements/dev/tests.txt @@ -1,7 +1,7 @@ pytest==7.1.2 pytest-cov==4.0.0 pytest-watch==4.2.0 -pytest-mypy-plugins==1.9.2 +pytest-mypy-plugins==1.10.1 pytest-randomly==3.12.0 mypy==0.982