We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd84d5 commit d2e2b71Copy full SHA for d2e2b71
1 file changed
pyproject.toml
@@ -1,7 +1,7 @@
1
2
[project]
3
name = "interfacy"
4
-version = "0.5.1"
+version = "0.5.2"
5
description = "Framework for building CLIs from Python callables"
6
authors = [{ name = "Žiga Ivanšek", email = "ziga.ivansek@gmail.com" }]
7
license = { file = "LICENSE" }
@@ -52,7 +52,7 @@ interfacy = "interfacy.cli.main:main"
52
53
[project.optional-dependencies]
54
dev = [
55
- "pytest>=9.0.2",
+ "pytest>=9.0.3",
56
"pytest-mock",
57
"ruff==0.15.8",
58
"pre-commit>=4.5.1",
0 commit comments