diff --git a/pyproject.toml b/pyproject.toml index 7580dab..cd161c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,11 +33,11 @@ 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 = {version = "^9.0.0", optional = true} pytest-cov = {version = "^4.0.0", optional = true} python = "^3.6.2,<4.0"