Skip to content

Commit

Permalink
Update Black (wpilibsuite#2647)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored May 9, 2024
1 parent e2edf1e commit 957066b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 32 deletions.
57 changes: 27 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = []

[tool.poetry.dependencies]
black = "==23.1.0"
black = "==24.4.2"
python = ">=3.9,<3.12"
doc8 = "==0.11.2"
docutils = "==0.18.1"
Expand Down
2 changes: 1 addition & 1 deletion source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apeye==1.4.1 ; python_version >= "3.9" and python_version < "3.12"
autodocsumm==0.2.11 ; python_version >= "3.9" and python_version < "3.12"
babel==2.13.1 ; python_version >= "3.9" and python_version < "3.12"
beautifulsoup4==4.12.2 ; python_version >= "3.9" and python_version < "3.12"
black==23.1.0 ; python_version >= "3.9" and python_version < "3.12"
black==24.4.2 ; python_version >= "3.9" and python_version < "3.12"
brotli==1.1.0 ; platform_python_implementation == "CPython" and python_version >= "3.9" and python_version < "3.12"
brotlicffi==1.1.0.0 ; platform_python_implementation != "CPython" and python_version >= "3.9" and python_version < "3.12"
cachecontrol[filecache]==0.13.1 ; python_version >= "3.9" and python_version < "3.12"
Expand Down

0 comments on commit 957066b

Please sign in to comment.