Skip to content

Commit e85ee6c

Browse files
build(deps-dev): update mypy requirement in /python (#16)
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](python/mypy@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e220c37 commit e85ee6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ignore_missing_imports = true
100100
dev = [
101101
"hypothesis>=6.152.7",
102102
"maturin>=1.10.2",
103-
"mypy>=2.0.0",
103+
"mypy>=2.1.0",
104104
"opentelemetry-api>=1.41.0",
105105
"opentelemetry-exporter-otlp>=1.41.1",
106106
"opentelemetry-sdk>=1.39.1",

0 commit comments

Comments
 (0)