Skip to content

Commit ec81bbc

Browse files
committed
Update jsonconversion to 1.2.1
1 parent e9b2d94 commit ec81bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ urls = { "Documentation" = "https://ion-python.readthedocs.io/en/latest/?badge=l
1010
dependencies = [
1111
"attrs==21.2.0",
1212
"setuptools==78.1.1", # Needed for jsonconversion, it seems
13-
"jsonconversion==0.2.13", # 1.0.1 tightens the requirements for pytest, and 1.0.0 is broken.
13+
"jsonconversion==1.2.1",
1414
"pyparsing==3.2.5",
1515
]
1616
dynamic = ["version", "description"]

0 commit comments

Comments
 (0)