From e59dd51918d45268f432fe65da5bf0892b915e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 02:23:25 +0000 Subject: [PATCH] Bump pytest-mypy-plugins from 1.9.3 to 1.10.0 Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 1.9.3 to 1.10.0. - [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.0) --- 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..bee758900 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.0 psycopg2-binary -e ./django_stubs_ext -e .[compatible-mypy]