Skip to content

Commit 5bd09de

Browse files
[PIP] Update mypy requirement from ~=1.20.0 to >=1.20,<2.2
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.20.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 e45496f commit 5bd09de

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
@@ -60,7 +60,7 @@ dev = [
6060
]
6161
lint = [
6262
{include-group = "test"},
63-
"mypy~=1.20.0",
63+
"mypy>=1.20,<2.2",
6464
"ruff~=0.15.1",
6565
"shellcheck-py~=0.11.0.1",
6666
"types-pygments",

0 commit comments

Comments
 (0)