From 058bbaa710c69f4da60cf0ef64036c4a97beef63 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Fri, 14 Feb 2025 13:56:21 +0100 Subject: [PATCH] Update requirements to use newer capnp and mqtt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8f99b95..d85bf5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -asyncio-mqtt==0.12.1 +asyncio-mqtt==0.16.2 paho-mqtt==1.6.1 -pycapnp==1.1.0 +pycapnp==2.0.0 toml==0.10.2