Skip to content

Commit b7e95d1

Browse files
committed
poetry: Upgrade vulnerable version of package "black"
Use version `^24.3.0` to fix vulnerability in the dependabot alert #1 (on GitHub). Signed-off-by: Razvan Deaconescu <[email protected]>
1 parent a56b38d commit b7e95d1

File tree

2 files changed

+30
-18
lines changed

2 files changed

+30
-18
lines changed

poetry.lock

Lines changed: 29 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ click = "^8.1.3"
1515
requests = "2.31.0"
1616

1717
[tool.poetry.dev-dependencies]
18-
black = "^22.6.0"
18+
black = "^24.3.0"
1919
isort = "^5.10.1"
2020
pylint = "^2.14.4"
2121
pyproject-flake8 = "^0.0.1-alpha.5"

0 commit comments

Comments
 (0)