From f7cebef4d18b7ad3a56aeb8e2d862946df6606d2 Mon Sep 17 00:00:00 2001 From: Thanatos Date: Wed, 22 May 2024 17:54:19 +0200 Subject: [PATCH] Bump MEDS --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1031350..9031c2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "mercury-engine-data-structures>=0.27.0", + "mercury-engine-data-structures>=0.30.0", "jsonschema>=4.0.0", "ips.py>=0.1.2", ]