Skip to content

Commit 4e6eb6d

Browse files
committed
update
1 parent 476c1ca commit 4e6eb6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "objinspect"
3-
version = "0.2.14"
3+
version = "0.2.15"
44
description = "A high-level library for Python object inspection"
55
authors = [{ name = "Žiga Ivanšek", email = "[email protected]" }]
66
license = { file = "LICENSE" }
@@ -9,7 +9,7 @@ requires-python = ">=3.10"
99

1010
dependencies = [
1111
"docstring-parser>=0.16.0",
12-
"stdl>=0.5.6",
12+
"stdl>=0.6.1",
1313
"typing-extensions>=4.7.1",
1414
]
1515

0 commit comments

Comments
 (0)