From 86a98a09187a372f9ce7e66b385a68b53459a62f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 20:10:46 +0000 Subject: [PATCH] chore: Update mypy requirement from ==1.18.2 to ==1.19.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.18.2...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.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 e11a0e6..99cd4e3 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.18.2" +mypy = "==1.19.0" pycodestyle = "^2.12.1" isort = ">=5.13.2,<7.0.0"