From 84b87073cd3c88420071c428ab8d25cc3eb5b6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 14:26:15 +0000 Subject: [PATCH] Bump pytest-mypy-plugins from 3.3.0 to 4.0.0 Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 3.3.0 to 4.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](https://github.com/TypedDjango/pytest-mypy-plugins/compare/3.3.0...4.0.0) --- updated-dependencies: - dependency-name: pytest-mypy-plugins dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9abb0a3e..b4de72b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1317,14 +1317,14 @@ testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-mypy-plugins" -version = "3.3.0" +version = "4.0.0" description = "pytest plugin for writing tests for mypy plugins" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest_mypy_plugins-3.3.0-py3-none-any.whl", hash = "sha256:7b93f338609eace9405986be69fb52344dfb3ccbb96f3fc5ac3cbd257a34c5fc"}, - {file = "pytest_mypy_plugins-3.3.0.tar.gz", hash = "sha256:4faa42c567fc25951f065c42607f61f5c36ded0265f4d77a4d16cda76002054a"}, + {file = "pytest_mypy_plugins-4.0.0-py3-none-any.whl", hash = "sha256:e59ba09d09bf34ed05ca0c32c5e19fa0fc723d63d77eac71e75d47b4473a74f2"}, + {file = "pytest_mypy_plugins-4.0.0.tar.gz", hash = "sha256:2b4d83d1050aff6f65d85d0deed678ff0ae12b188843f4b00223187e86372f23"}, ] [package.dependencies] @@ -2210,4 +2210,4 @@ compatible-mypy = ["mypy"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "08deaf7d5687aaf745ee71c589f5dc60663a584631423b01e64be091b75bb670" +content-hash = "47538a1454397753ad55b58b8ccb599a47e886ba54cb9d254578ba4d11c96812" diff --git a/pyproject.toml b/pyproject.toml index 3ac3d268..f26eba09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ slotscheck = "^0.19" ruff = "^0.15" pytest-cov = ">=6,<8" pytest-randomly = ">=3.12,<5.0" -pytest-mypy-plugins = "^3.1" +pytest-mypy-plugins = ">=3.1,<5.0" pytest-subtests = ">=0.14,<0.16" pytest-shard = "^0.1" covdefaults = "^2.3"