From 64f5a37997c4dd7ad358db5554ef4b8e53ad0299 Mon Sep 17 00:00:00 2001 From: Mark Vrijlandt Date: Wed, 25 Jun 2025 12:34:09 +0200 Subject: [PATCH] update pyesdl to 25.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ba74e3..b9c5a3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "aio-pika ~= 9.4, < 9.5", "omotes-sdk-protocol ~= 1.2", - "pyesdl ~= 25.5", + "pyesdl ~= 25.5.1", "pamqp ~= 3.3", "celery ~= 5.3", "typing-extensions ~= 4.11",