Skip to content

Bump pytest-mypy-plugins from 3.2.0 to 4.0.3 - #1491

Merged
Delgan merged 1 commit into
masterfrom
dependabot/pip/pytest-mypy-plugins-4.0.3
Aug 23, 2026
Merged

Bump pytest-mypy-plugins from 3.2.0 to 4.0.3#1491
Delgan merged 1 commit into
masterfrom
dependabot/pip/pytest-mypy-plugins-4.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps pytest-mypy-plugins from 3.2.0 to 4.0.3.

Release notes

Sourced from pytest-mypy-plugins's releases.

Version 4.0.3

What's Changed

Full Changelog: typeddjango/pytest-mypy-plugins@4.0.2...4.0.3

Version 4.0.2

What's Changed

New Contributors

Full Changelog: typeddjango/pytest-mypy-plugins@4.0.1...4.0.2

Version 4.0.1

Bugfixes

  • Fixed sqlite3 mypy's cache contamination, #186

New Contributors

Full Changelog: typeddjango/pytest-mypy-plugins@4.0.0...4.0.1

Version 4.0.0

What's Changed

Bugfixes

  • Breaking: Errors are now ignored in site-packages by default. The --mypy-only-local-stub flag has been removed and replaced with --mypy-no-silence-site-packages which can be used to restore the previous behavior if needed. This change was made to avoid errors being raised when enabling certain mypy options, e.g. the explicit-override error code or the --disallow-subclassing-any flag, which resulted in violations due to these not being supported with the stubs provided by typeshed for the standard library. In addition, this affected other error codes or flags for some third-party libraries in django-stubs.
  • Breaking: When running in a subprocess (the default), PYTHONPATH is no longer set. With the above change, violations would still be raised in the main module for a test case, but those that were flagged in imported modules would no longer be raised. This was because these modules were being added to PYTHONPATH which caused mypy to treat them as belonging in site-packages and not as part of the first-party package. The new --mypy-modify-pythonpath flag can be used to revert to the previous behavior if needed.

New Contributors

Full Changelog: typeddjango/pytest-mypy-plugins@3.3.0...4.0.0

... (truncated)

Changelog

Sourced from pytest-mypy-plugins's changelog.

Version history

4.0.2

Bugfixes

  • Fixed cache closing logic on older mypy versions, #188

4.0.1

Bugfixes

  • Fixed sqlite3 mypy's cache contamination, #186

4.0.0

Bugfixes

  • Breaking: Errors are now ignored in site-packages by default. The --mypy-only-local-stub flag has been removed and replaced with --mypy-no-silence-site-packages which can be used to restore the previous behavior if needed. This change was made to avoid errors being raised when enabling certain mypy options, e.g. the explicit-override error code or the --disallow-subclassing-any flag, which resulted in violations due to these not being supported with the stubs provided by typeshed for the standard library. In addition, this affected other error codes or flags for some third-party libraries in django-stubs.
  • Breaking: When running in a subprocess (the default), PYTHONPATH is no longer set. With the above change, violations would still be raised in the main module for a test case, but those that were flagged in imported modules would no longer be raised. This was because these modules were being added to PYTHONPATH which caused mypy to treat them as belonging in site-packages and not as part of the first-party package. The new --mypy-modify-pythonpath flag can be used to revert to the previous behavior if needed.

3.3.0

Features

  • Drops python3.9 supports
  • Adds official python3.14 support
  • Allow --mypy-testing-base to be relative by resolving execution_path before cd, #168

Bugfixes

  • Fixes how __line__ attribute is set, #181
  • Remove cache files created for namespace packages, #180
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 3.2.0 to 4.0.3.
- [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.2.0...4.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@Delgan
Delgan force-pushed the dependabot/pip/pytest-mypy-plugins-4.0.3 branch from 6e19a08 to 2ae4250 Compare August 23, 2026 14:37
@Delgan
Delgan merged commit 458b754 into master Aug 23, 2026
28 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/pytest-mypy-plugins-4.0.3 branch August 23, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant