Skip to content

Commit 757b0eb

Browse files
dependabot[bot]amotl
authored andcommitted
Update mypy requirement from <1.18 to <1.19
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@v0.1.0...v1.18.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93d40d5 commit 757b0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"black<26",
7373
"flake8<7.3",
7474
"isort<6",
75-
"mypy<1.18",
75+
"mypy<1.19",
7676
],
7777
},
7878
python_requires=">=3.9",

0 commit comments

Comments
 (0)