From 4cdf8a8d39a4b31003d2a94040224c27d3248420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 09:42:53 +0300 Subject: [PATCH] Bump pytest-mypy-plugins from 1.9.2 to 1.9.3 (#815) Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 1.9.2 to 1.9.3. - [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.2...1.9.3) --- updated-dependencies: - dependency-name: pytest-mypy-plugins dependency-type: direct:production update-type: version-update:semver-patch ... 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 bbffce3..a985e76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ coreapi==2.3.3 gitpython==3.1.20 pre-commit==2.16.0 pytest==6.2.5 -pytest-mypy-plugins==1.9.2 +pytest-mypy-plugins==1.9.3 psycopg2-binary -e ./django_stubs_ext -e .