From a3f04b769a65dbe49956d1903d648cdb957568dd Mon Sep 17 00:00:00 2001 From: James Wainwright Date: Tue, 3 Dec 2024 10:57:33 +0000 Subject: [PATCH] Update simplesat to 0.9.1 This version contains fixes for Python 3.11 and 3.12. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b18ed571..2cd8cf6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "edalize>=0.4.1", "pyparsing>=2.3.1", "pyyaml>=6.0", - "simplesat>=0.8.0", + "simplesat>=0.9.1", "fastjsonschema", "jsonschema2md", ]