diff --git a/pyproject.toml b/pyproject.toml index 099fc63..53888c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-to-requirements" -version = "1.0.1" +version = "1.0.2" description = "Pre-commit hook to convert Poetry dependancies to pip requirements.txt." authors = ["Christopher Pickering "] license = "MIT" @@ -29,7 +29,7 @@ python = "^3.7.2" [tool.poetry.group.dev.dependencies] tox = "^4.3.5" isort = "^5.11.4" -black = "^23.0.0" +black = "^25.0.0" pylint = "^2.15.10" mypy = "^1.0" coverage = "^7.1.0"