From 8afa45d58276f89d6e037a3086d703f351ed3801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 14:44:59 +0000 Subject: [PATCH] Bump pytest-mypy-plugins from 3.1.0 to 3.2.0 Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 3.1.0 to 3.2.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.1.0...3.2.0) --- updated-dependencies: - dependency-name: pytest-mypy-plugins dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4524621d..efbe2959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ "pytest-cov==5.0.0 ; python_version>='3.8' and python_version<'3.9'", "pytest-cov==6.0.0 ; python_version>='3.9'", "pytest-mypy-plugins==1.9.3 ; python_version>='3.6' and python_version<'3.8'", - "pytest-mypy-plugins==3.1.0 ; python_version>='3.8'", + "pytest-mypy-plugins==3.2.0 ; python_version>='3.8'", # Testing utils. "colorama==0.4.5 ; python_version<'3.8'", "colorama==0.4.6 ; python_version>='3.8'",