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 7ffbf8dCopy full SHA for 7ffbf8d
pyproject.toml
@@ -33,11 +33,11 @@ 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}
+pytest = {version = "^8.0.0", optional = true}
41
pytest-cov = {version = "^4.0.0", optional = true}
42
python = "^3.6.2,<4.0"
43
0 commit comments