Skip to content

Commit 9e043bc

Browse files
authored
Update jsonconversion to 1.2.1 (#427)
1 parent e9b2d94 commit 9e043bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)