Skip to content

Commit 0386cd6

Browse files
committed
chore(deps): bump version and stdl dependency
1 parent 45740dc commit 0386cd6

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,14 +1,14 @@
11
[project]
22
name = "objinspect"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "A high-level library for Python object inspection"
55
authors = [{ name = "Žiga Ivanšek", email = "[email protected]" }]
66
license = { file = "LICENSE" }
77
readme = "README.md"
88
requires-python = ">=3.10"
99
dependencies = [
1010
"docstring-parser>=0.16.0",
11-
"stdl>=0.6.3",
11+
"stdl>=0.6.6",
1212
"typing-extensions>=4.7.1",
1313
]
1414

0 commit comments

Comments
 (0)