Skip to content

Commit

Permalink
Bump pytest-mypy-plugins from 2.0.0 to 3.0.0 (#930)
Browse files Browse the repository at this point in the history
Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 2.0.0 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](typeddjango/pytest-mypy-plugins@2.0.0...3.0.0)

---
updated-dependencies:
- dependency-name: pytest-mypy-plugins
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 6, 2023
1 parent 0cd82d8 commit d17ae01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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==2.0.0 ; python_version>='3.8'",
"pytest-mypy-plugins==3.0.0 ; python_version>='3.8'",
# Testing utils.
"colorama==0.4.5 ; python_version<'3.8'",
"colorama==0.4.6 ; python_version>='3.8'",
Expand Down

0 comments on commit d17ae01

Please sign in to comment.