From 00bab91804a6bd5c095b24dcd4136b461b091d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 02:21:53 +0000 Subject: [PATCH] Bump pytest-mypy-plugins from 3.0.0 to 3.1.1 Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 3.0.0 to 3.1.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/3.0.0...3.1.1) --- updated-dependencies: - dependency-name: pytest-mypy-plugins dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b146c6..3c364fd 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ "pytest-cov==2.12.1 ; python_version<'3.8'", "pytest-cov==4.1.0 ; python_version>='3.8'", "pytest-mypy-plugins==1.9.3 ; python_version>='3.6' and python_version<'3.8'", - "pytest-mypy-plugins==3.0.0 ; python_version>='3.8'", + "pytest-mypy-plugins==3.1.1 ; python_version>='3.8'", # Testing utils. "colorama==0.4.5 ; python_version<'3.8'", "colorama==0.4.6 ; python_version>='3.8'",