From 0fe2f7e08ffb29cb655e4bb37d8282bc68488e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 02:46:03 +0000 Subject: [PATCH] Bump pytest-mypy-plugins from 1.11.1 to 3.0.0 Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 1.11.1 to 3.0.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.11.1...3.0.0) --- updated-dependencies: - dependency-name: pytest-mypy-plugins dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e267452b..a595e0bf0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ requests==2.31.0 gitpython==3.1.31 pre-commit==3.3.2 pytest==7.3.2 -pytest-mypy-plugins==1.11.1 +pytest-mypy-plugins==3.0.0 psycopg2-binary Django==4.2.2 -e ./django_stubs_ext