From aab2480b354752687af7e9f03c55ceeb30d801e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:25:04 +0000 Subject: [PATCH] Bump pytest-mypy-plugins from 3.0.0 to 3.1.0 Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 3.0.0 to 3.1.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/3.0.0...3.1.0) --- 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 b9fc77ce..2c78f24f 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,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.0 ; python_version>='3.8'", # Testing utils. "colorama==0.4.5 ; python_version<'3.8'", "colorama==0.4.6 ; python_version>='3.8'",