Skip to content

Commit

Permalink
Bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
henribru committed Nov 11, 2023
1 parent 3a0c475 commit 9ee08d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ types-protobuf = ">=3.17.4"

[tool.poetry.group.dev.dependencies]
mypy = {version = "^1.7.0", python = "^3.8"}
black = "^22.10.0"
isort = "^5.10.1"
black = {version = "^23.11.0", python = "^3.8"}
isort = {version = "^5.12.0", python = "^3.8"}

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 9ee08d0

Please sign in to comment.