Skip to content

Commit 6734465

Browse files
Chore(deps): 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.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f324552 commit 6734465

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
@@ -118,7 +118,7 @@ optional-dependencies.all = [
118118
"commons-codec[mongodb,tikray]",
119119
]
120120
optional-dependencies.develop = [
121-
"mypy<1.18",
121+
"mypy<1.19",
122122
"poethepoet<1",
123123
"pyproject-fmt<3",
124124
"ruff<0.13",

0 commit comments

Comments
 (0)