From e1413fe803c691f12551a58c5ad089a76e9b1699 Mon Sep 17 00:00:00 2001 From: saces Date: Thu, 16 Apr 2026 00:14:34 +0200 Subject: [PATCH] smal: update dependencies --- mxsmal/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxsmal/pyproject.toml b/mxsmal/pyproject.toml index ff84e3f..e411ef3 100644 --- a/mxsmal/pyproject.toml +++ b/mxsmal/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "asyncio", "cffi>=2.0.0", "click", - "pygomx>=2026.4.14.21.12", + "pygomx>=2026.4.15.22.1", "dacite >= 1.9.2", ]