Skip to content

Commit 0f1084d

Browse files
Merge pull request #50 from ContextLab/dependabot/pip/mypy-tw-1.0
⬆️ Update mypy requirement from ^0.982 to ^1.0
2 parents 2221e1d + 601b2da commit 0f1084d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ bandit = "^1.7.1"
3939
black = {version = "^23.1", allow-prereleases = true}
4040
darglint = "^1.8.1"
4141
isort = {extras = ["colors"], version = "^5.10.1"}
42-
mypy = "^0.982"
43-
mypy-extensions = "^1.0.0"
42+
mypy = "^1.0"
43+
mypy-extensions = "^0.4.3"
4444
pre-commit = "^2.15.0"
4545
pydocstyle = "^6.1.1"
4646
pylint = "^2.11.1"

0 commit comments

Comments
 (0)