8000 Chore(deps-dev): Update mypy requirement from <1.15 to <1.16 · crate/crate-python@c63f75c · GitHub
[go: up one dir, main page]

Skip to content

Commit c63f75c

Browse files
dependabot[bot]amotl
authored andcommitted
Chore(deps-dev): Update mypy requirement from <1.15 to <1.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@v0.1.0...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ec9995 commit c63f75c

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
@@ -67,7 +67,7 @@ def read(path):
6767
'backports.zoneinfo<1; python_version<"3.9"',
6868
"certifi",
6969
"createcoverage>=1,<2",
70-
"mypy<1.15",
70+
"mypy<1.16",
7171
"poethepoet<0.33",
7272
"ruff<0.10",
7373
"stopit>=1.1.2,<2",

0 commit comments

Comments
 (0)
0