Skip to content

Commit 302293c

Browse files
chore(deps-dev): update mypy requirement
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.8.0...1.9.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9bf2c08 commit 302293c

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
@@ -77,7 +77,7 @@ test = [
7777
dev = [
7878
"taskiq-faststream[test]",
7979

80-
"mypy>=1.8.0,<1.9.0",
80+
"mypy>=1.8.0,<1.10.0",
8181
"ruff==0.3.3",
8282
"pre-commit >=3.6.0,<4.0.0",
8383
]

0 commit comments

Comments
 (0)