Skip to content

Commit 1da1ce9

Browse files
committedJan 22, 2025
update dependencies
1 parent 8889702 commit 1da1ce9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11

22
[project]
33
name = "interfacy-cli"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
description = ""
66
authors = [{ name = "Žiga Ivanšek", email = "ziga.ivansek@gmail.com" }]
77
license = { file = "LICENSE.txt" }
88
readme = "README.md"
99
requires-python = ">=3.10"
1010
dependencies = [
1111
"nested_argparse==0.1.2",
12-
"stdl==0.5.5",
13-
"objinspect==0.2.13",
14-
"strto==0.1.5",
12+
"stdl>=0.5.6",
13+
"objinspect>=0.2.14",
14+
"strto>=0.1.7",
1515
]
1616

1717
classifiers = [

0 commit comments

Comments
 (0)
Please sign in to comment.