From d348c6a45f51c74a2455f9fdd98f0dcb94dd58f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 20:27:59 +0000 Subject: [PATCH] chore: Update pytest-mypy requirement from ==0.10.3 to ==1.0.0 Updates the requirements on [pytest-mypy](https://github.com/realpython/pytest-mypy) to permit the latest version. - [Release notes](https://github.com/realpython/pytest-mypy/releases) - [Commits](https://github.com/realpython/pytest-mypy/compare/v0.10.3...v1.0.0) --- updated-dependencies: - dependency-name: pytest-mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbc9700..290a588 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ opentelemetry-sdk = ">=1.24.0" [tool.poetry.group.dev.dependencies] pytest = ">=2.8" pytest-cov = ">=2.4.0" -pytest-mypy = "==0.10.3" +pytest-mypy = "==1.0.0" mypy = "==1.14.1" pycodestyle = "^2.12.1" isort = "^5.13.2"