Skip to content

Commit 3b57f83

Browse files
fix(deps) Update dependency black to v24
1 parent e04c445 commit 3b57f83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-to-requirements"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Pre-commit hook to convert Poetry dependancies to pip requirements.txt."
55
authors = ["Christopher Pickering <christopher@going.bg>"]
66
license = "MIT"
@@ -29,7 +29,7 @@ python = "^3.7.2"
2929
[tool.poetry.group.dev.dependencies]
3030
tox = "^4.3.5"
3131
isort = "^5.11.4"
32-
black = "^23.0.0"
32+
black = "^24.0.0"
3333
pylint = "^2.15.10"
3434
mypy = "^1.0"
3535
coverage = "^7.1.0"

0 commit comments

Comments
 (0)