chore(deps-dev): bump pytest-mypy from 0.10.3 to 1.0.1#445
Merged
Conversation
Bumps [pytest-mypy](https://github.com/realpython/pytest-mypy) from 0.10.3 to 1.0.1. - [Release notes](https://github.com/realpython/pytest-mypy/releases) - [Commits](realpython/pytest-mypy@v0.10.3...v1.0.1) --- updated-dependencies: - dependency-name: pytest-mypy dependency-version: 1.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
ba89480 to
c14ed8d
Compare
keelerm84
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps pytest-mypy from 0.10.3 to 1.0.1.
Release notes
Sourced from pytest-mypy's releases.
Commits
1b3e931Merge pull request #195 from dmtucker/issue19493aa86dCatch OSErrors when parsing mypy error paths66eab40Merge pull request #193 from dmtucker/reporting9824747Add --mypy-report-stylee236fdbImprove test_api_error_formatterfadc662Merge pull request #192 from dmtucker/reporting1adb680Add test_name_formatter363c1f6Merge pull request #191 from dmtucker/reporting86aa890Make MypyResults line-basedfc441baMerge pull request #189 from dmtucker/issue152Note
Low Risk
Single-line dev dependency pin with no runtime or SDK code changes; possible CI/dev mypy-via-pytest behavior shifts on the 1.0 plugin line.
Overview
Bumps the dev dependency
pytest-mypyfrom 0.10.3 to 1.0.1 inpyproject.toml(pinned in thedevdependency group alongside existingmypy==2.2.0andpytest>=8.0.0,<10).This is a major plugin release (0.x → 1.x) that targets mypy 1.x, pytest 7+, and drops older Python versions—aligned with this repo’s current dev stack. No application or SDK code changes; only how mypy can be invoked via pytest in local/CI dev workflows may differ (e.g. reporting options, xdist integration).
Reviewed by Cursor Bugbot for commit c14ed8d. Bugbot is set up for automated code reviews on this repo. Configure here.