We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78be73f commit 24bbd90Copy full SHA for 24bbd90
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "poetry-to-requirements"
3
-version = "1.0.1"
+version = "1.0.2"
4
description = "Pre-commit hook to convert Poetry dependancies to pip requirements.txt."
5
authors = ["Christopher Pickering <christopher@going.bg>"]
6
license = "MIT"
@@ -29,7 +29,7 @@ python = "^3.7.2"
29
[tool.poetry.group.dev.dependencies]
30
tox = "^4.3.5"
31
isort = "^5.11.4"
32
-black = "^23.0.0"
+black = "^24.0.0"
33
pylint = "^2.15.10"
34
mypy = "^1.0"
35
coverage = "^7.1.0"
0 commit comments