Skip to content

Commit 83867a8

Browse files
Chore(deps): Update mypy requirement from <1.14 to <1.15
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.14.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b71f35 commit 83867a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ optional-dependencies.all = [
117117
"commons-codec[mongodb,zyp]",
118118
]
119119
optional-dependencies.develop = [
120-
"mypy<1.14",
120+
"mypy<1.15",
121121
"poethepoet<0.32",
122122
"pyproject-fmt<2.6",
123123
"ruff<0.9",

0 commit comments

Comments
 (0)