From 121d5d8365eb43229b034b49a2174fca6604ddf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 21:02:21 +0000 Subject: [PATCH] chore: Update pytest-mypy requirement from ==1.0.0 to ==1.0.1 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/v1.0.0...v1.0.1) --- 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 290a588..1caaca5 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 = "==1.0.0" +pytest-mypy = "==1.0.1" mypy = "==1.14.1" pycodestyle = "^2.12.1" isort = "^5.13.2"