Skip to content

Commit 482c8b5

Browse files
authored
Merge pull request #40 from taskiq-python/dependabot/pip/mypy-gte-1.8.0-and-lt-1.10.0
chore(deps-dev): update mypy requirement from <1.9.0,>=1.8.0 to >=1.8.0,<1.10.0
2 parents 759f0ca + a42f3f9 commit 482c8b5

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.5",
8282
"pre-commit >=3.6.0,<4.0.0",
8383
]

0 commit comments

Comments
 (0)