From 73312caa24f96e6d3fec00ca148995bc96153054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 09:00:41 +0300 Subject: [PATCH] Bump pytest-mypy-plugins from 1.10.0 to 1.10.1 (#1205) Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 1.10.0 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.10.0...1.10.1) --- updated-dependencies: - dependency-name: pytest-mypy-plugins dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c1b4b2c..2ef6f22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ requests==2.28.1 gitpython==3.1.29 pre-commit==2.20.0 pytest==7.1.3 -pytest-mypy-plugins==1.10.0 +pytest-mypy-plugins==1.10.1 psycopg2-binary -e ./django_stubs_ext -e .[compatible-mypy]