From cb8defa44ab44b8c218590344066c0f796beff33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 02:35:54 +0000 Subject: [PATCH] Bump pytest-mypy-plugins from 1.9.3 to 1.10.1 Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 1.9.3 to 1.10.1. - [Release notes](https://github.com/TypedDjango/pytest-mypy-plugins/releases) - [Changelog](https://github.com/typeddjango/pytest-mypy-plugins/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypedDjango/pytest-mypy-plugins/compare/1.9.3...1.10.1) --- updated-dependencies: - dependency-name: pytest-mypy-plugins dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ab0f1aa4e..b66d83f7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ requests==2.28.1 gitpython==3.1.27 pre-commit==2.19.0 pytest==7.1.2 -pytest-mypy-plugins==1.9.3 +pytest-mypy-plugins==1.10.1 psycopg2-binary -e ./django_stubs_ext -e .[compatible-mypy]