From 1727b6df0fe6ccf598197dbc3cdb71fbd74e4cb1 Mon Sep 17 00:00:00 2001 From: anikaweinmann Date: Mon, 9 Dec 2024 15:07:14 +0100 Subject: [PATCH] update actinia-api version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 012a37c2..6972a82f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ keywords = [ "osgeo", ] dependencies = [ - "actinia-api==3.5.0", + "actinia-api==3.5.1", "Flask>=3.0.0", "boto3>=1.6.6", "colorlog>=4.2.1",