Skip to content

Commit 389a06f

Browse files
Bump mypy from 1.19.1 to 2.1.0
Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.1...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d87d98c commit 389a06f

2 files changed

Lines changed: 90 additions & 37 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dev = [
7676
]
7777
lint = [
7878
"black~=24.3.0",
79-
"mypy~=1.19.1",
79+
"mypy>=1.19.1,<2.2.0",
8080
"pylint~=4.0.5",
8181
"pylint-pytest==2.0.0a1",
8282
"databricks-labs-pylint~=0.5.0",

0 commit comments

Comments
 (0)