diff --git a/pyproject.toml b/pyproject.toml index 7580dab..45c07b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,12 +33,12 @@ packages = [ ] readme = "README.md" repository = "https://github.com/atlas-bi/pre-commit-hooks" -version = "0.0.1" +version = "0.0.2" [tool.poetry.dependencies] coverage = {version = "^7.0", optional = true} pytest = {version = "^7.0.0", optional = true} -pytest-cov = {version = "^4.0.0", optional = true} +pytest-cov = {version = "^6.0.0", optional = true} python = "^3.6.2,<4.0" [tool.poetry.extras]