Skip to content

Commit 7b24491

Browse files
committed
fixup: upgrade mypy when able
1 parent 296bc39 commit 7b24491

File tree

2 files changed

+47
-3
lines changed

2 files changed

+47
-3
lines changed

poetry.lock

Lines changed: 42 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ poethepoet = "0.19.0"
2929

3030
[tool.poetry.group.test.dependencies]
3131
black = { version = "23.7.0", python = ">=3.8" }
32-
coverage = { extras = ["toml"], version = "7.2.7" }
33-
mypy = "1.4.1"
32+
coverage = { version = "7.2.7", extras = ["toml"] }
33+
mypy = [
34+
{ version = "1.4.1", python = "<3.8" },
35+
{ version = "1.5.0", python = ">=3.8" },
36+
]
3437
pytest = "7.4.0"
3538
pytest-asyncio = "0.21.1"
3639
pytest-mypy-plugins = "2.0.0"

0 commit comments

Comments
 (0)