From 71b46cc768b3411bd9ef25bf7b8417d8fd5d2242 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Thu, 1 Feb 2024 10:35:01 -0500 Subject: [PATCH] build: bump preprocess-cancellation in pyproject Signed-off-by: Eric Callahan --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a187c2..40a87c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "libnacl==2.1.0", "paho-mqtt==1.6.1", "zeroconf==0.131.0", - "preprocess-cancellation==0.2.0", + "preprocess-cancellation==0.2.1", "jinja2==3.1.3", "dbus-next==0.2.3", "apprise==1.7.0",