Skip to content

Commit 22097ad

Browse files
chore: update mypy requirement from ==1.15.0 to ==2.1.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](python/mypy@v1.15.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>
1 parent e7f2325 commit 22097ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include = ["py.typed", "src/airbyte_api/py.typed"]
2626
in-project = true
2727

2828
[tool.poetry.group.dev.dependencies]
29-
mypy = "==1.15.0"
29+
mypy = "==2.1.0"
3030
pylint = "==3.2.3"
3131
pyright = "==1.1.398"
3232

0 commit comments

Comments
 (0)