Skip to content

Commit

Permalink
Upgrade regex and black (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Oct 9, 2023
1 parent 6c38af7 commit 38c9f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wpiformat/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description = "Linters and formatters for ensuring WPILib's source code conforms
dynamic = [ "version" ]
readme = "README.rst"
dependencies = [
"regex==2022.9.13",
"black==23.3.0",
"regex==2023.10.3",
"black==23.9.1",
"clang-format==17.0.2",
"clang-tidy==17.0.1"
]
Expand Down

0 comments on commit 38c9f95

Please sign in to comment.