Skip to content

Commit d2e2b71

Browse files
committed
build: bump version to 0.5.2 and update pytest dependency
1 parent 8cd84d5 commit d2e2b71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "interfacy"
4-
version = "0.5.1"
4+
version = "0.5.2"
55
description = "Framework for building CLIs from Python callables"
66
authors = [{ name = "Žiga Ivanšek", email = "ziga.ivansek@gmail.com" }]
77
license = { file = "LICENSE" }
@@ -52,7 +52,7 @@ interfacy = "interfacy.cli.main:main"
5252

5353
[project.optional-dependencies]
5454
dev = [
55-
"pytest>=9.0.2",
55+
"pytest>=9.0.3",
5656
"pytest-mock",
5757
"ruff==0.15.8",
5858
"pre-commit>=4.5.1",

0 commit comments

Comments
 (0)