Skip to content

Commit e2e15d8

Browse files
authored
Test use jsonschema^4.23 instead of 4.23.0 for pyproject.toml
1 parent 7a90ffc commit e2e15d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.9"
10-
jsonschema = "^4.23.0"
10+
jsonschema = "^4.23"
1111

1212
[tool.poetry.group.dev.dependencies]
1313
jsonref = "^1.1.0"

0 commit comments

Comments
 (0)