From 2ec66ca4ff790f478b3efa27d2de23df57001a98 Mon Sep 17 00:00:00 2001 From: Sebastiaan la Fleur Date: Wed, 3 Jul 2024 16:30:13 +0200 Subject: [PATCH 1/2] 60: Update mesido. --- dev-requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index abf5b62..b641a69 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -130,7 +130,7 @@ lxml==4.9.3 # pyecore mccabe==0.7.0 # via flake8 -mesido==0.1.3.1 +mesido==0.1.5.1 # via # -c requirements.txt # omotes-grow-worker (pyproject.toml) diff --git a/pyproject.toml b/pyproject.toml index 7dbff5a..a4147e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires-python = ">=3.10" dependencies = [ "python-dotenv ~= 1.0.0", - "mesido ~= 0.1.3.1", + "mesido ~= 0.1.5.1", "omotes-sdk-python ~= 0.0.16" ] diff --git a/requirements.txt b/requirements.txt index 50842a7..fb3aa60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ kombu==5.3.4 # via celery lxml==4.9.3 # via pyecore -mesido==0.1.3.1 +mesido==0.1.5.1 # via omotes-grow-worker (pyproject.toml) msgpack==1.0.5 # via influxdb From ac4fe5f47fdc21e9755e9ee78ecfa38f36ed528b Mon Sep 17 00:00:00 2001 From: Sebastiaan la Fleur Date: Fri, 5 Jul 2024 16:51:27 +0200 Subject: [PATCH 2/2] 60: Update mesido to include fix for no_heat_losses workflow. --- dev-requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b641a69..9dc2002 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -130,7 +130,7 @@ lxml==4.9.3 # pyecore mccabe==0.7.0 # via flake8 -mesido==0.1.5.1 +mesido==0.1.5.2 # via # -c requirements.txt # omotes-grow-worker (pyproject.toml) diff --git a/pyproject.toml b/pyproject.toml index a4147e7..95cbcb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires-python = ">=3.10" dependencies = [ "python-dotenv ~= 1.0.0", - "mesido ~= 0.1.5.1", + "mesido ~= 0.1.5.2", "omotes-sdk-python ~= 0.0.16" ] diff --git a/requirements.txt b/requirements.txt index fb3aa60..c61936b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ kombu==5.3.4 # via celery lxml==4.9.3 # via pyecore -mesido==0.1.5.1 +mesido==0.1.5.2 # via omotes-grow-worker (pyproject.toml) msgpack==1.0.5 # via influxdb