From 43d1458c1984f846d353a2f4e5741ff752f79699 Mon Sep 17 00:00:00 2001 From: Lauri Gates Date: Fri, 10 Nov 2023 13:12:45 +0200 Subject: [PATCH] Update dependency Update fvhiot to latest package version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56b6b99..af4aace 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dynamic = ["version"] dependencies = [ "aiokafka", - "fvhiot@https://github.com/ForumViriumHelsinki/FVHIoT-python/archive/refs/tags/v0.3.1.zip", + "fvhiot@https://github.com/ForumViriumHelsinki/FVHIoT-python/archive/refs/tags/v0.4.0.zip", "influxdb-client", "kafka-python", "sentry-asgi",