Skip to content

Commit 8afa45d

Browse files
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](typeddjango/pytest-mypy-plugins@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] <support@github.com>
1 parent eb15e3b commit 8afa45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dev = [
5252
"pytest-cov==5.0.0 ; python_version>='3.8' and python_version<'3.9'",
5353
"pytest-cov==6.0.0 ; python_version>='3.9'",
5454
"pytest-mypy-plugins==1.9.3 ; python_version>='3.6' and python_version<'3.8'",
55-
"pytest-mypy-plugins==3.1.0 ; python_version>='3.8'",
55+
"pytest-mypy-plugins==3.2.0 ; python_version>='3.8'",
5656
# Testing utils.
5757
"colorama==0.4.5 ; python_version<'3.8'",
5858
"colorama==0.4.6 ; python_version>='3.8'",

0 commit comments

Comments
 (0)