Skip to content

Commit

Permalink
Update format deps (#2571)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Nov 7, 2023
1 parent 9bae851 commit 1e1e35c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ types-dataclasses = "==0.6.6"
types-protobuf = "==3.19.18"
types-requests = "==2.31.0.2"
types-setuptools = "==68.2.0.0"
clang-format = "==16.0.6"
isort = "==5.11.5"
black = { version = "==23.3.0", extras = ["jupyter"] }
clang-format = "==17.0.4"
isort = "==5.12.0"
black = { version = "==23.10.1", extras = ["jupyter"] }
docformatter = "==1.7.5"
mypy = "==1.6.1"
pylint = "==2.13.9"
Expand Down

0 comments on commit 1e1e35c

Please sign in to comment.