From 5b3c50161f4e4c6f0c937b7b4e48619dd7c25f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 00:49:44 +0000 Subject: [PATCH] chore: Update mypy requirement from ==1.16.1 to ==1.17.0 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.1...v1.17.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.0 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 8a2d384..7d93d51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ opentelemetry-sdk = ">=1.24.0" pytest = ">=2.8" pytest-cov = ">=2.4.0" pytest-mypy = "==1.0.1" -mypy = "==1.16.1" +mypy = "==1.17.0" pycodestyle = "^2.12.1" isort = ">=5.13.2,<7.0.0"