Skip to content

Commit cf19aba

Browse files
committed
Update dev dependencies
1 parent 7a176f9 commit cf19aba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ mypy = "^0.950"
2424
black = "^22.3.0"
2525
isort = "^5.10.1"
2626

27+
[tool.poetry.group.dev.dependencies]
28+
mypy = "^0.982"
29+
black = "^22.10.0"
30+
isort = "^5.10.1"
31+
2732
[tool.isort]
2833
profile = "black"
2934
known_first_party = [

0 commit comments

Comments
 (0)