Skip to content

Commit

Permalink
chore: fix security issue with black
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Jun 20, 2024
1 parent 538e1fd commit b79d7e0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 19 deletions.
47 changes: 29 additions & 18 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 @@ -24,7 +24,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.11,<4.0"

black = { version = "^22.3.0", optional = true}
black = ">=24.3.0"
isort = { version = "5.10.1", optional = true}
flake8 = { version = "4.0.1", optional = true}
flake8-docstrings = { version = "^1.6.0", optional = true }
Expand Down

0 comments on commit b79d7e0

Please sign in to comment.