Skip to content

Commit

Permalink
Upgrade black to address vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
tdg5 committed Apr 19, 2024
1 parent 4a26b77 commit b6523f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ requires-python = ">3.9.0"

[project.optional-dependencies]
dev = [
"black~=24.2.0",
"black~=24.3",
"build~=1.0.3",
"flake8-pyproject~=1.2.3",
"flake8~=7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
async-timeout==4.0.3
black==24.2.0
black==24.4.0
build==1.0.3
certifi==2024.2.2
cffi==1.16.0
Expand Down

0 comments on commit b6523f9

Please sign in to comment.