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 5af6605 commit 6c37e89Copy full SHA for 6c37e89
pyproject.toml
@@ -33,12 +33,12 @@ packages = [
33
]
34
readme = "README.md"
35
repository = "https://github.com/atlas-bi/pre-commit-hooks"
36
-version = "0.0.1"
+version = "0.0.2"
37
38
[tool.poetry.dependencies]
39
coverage = {version = "^7.0", optional = true}
40
pytest = {version = "^7.0.0", optional = true}
41
-pytest-cov = {version = "^4.0.0", optional = true}
+pytest-cov = {version = "^5.0.0", optional = true}
42
python = "^3.6.2,<4.0"
43
44
[tool.poetry.extras]
0 commit comments