From 59f5fa54ae5e2167836b9ca4dba83a8395e65bed Mon Sep 17 00:00:00 2001 From: Sebastiaan la Fleur Date: Tue, 3 Dec 2024 12:30:27 +0100 Subject: [PATCH] 87: update mesido to 0.1.8.3 --- dev-requirements.txt | 6 ++++-- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d8f552d..a993b52 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -80,7 +80,9 @@ coolprop==6.6.0 # -c requirements.txt # mesido coverage[toml]==7.4.1 - # via pytest-cov + # via + # coverage + # pytest-cov exceptiongroup==1.2.0 # via pytest flake8==6.1.0 @@ -124,7 +126,7 @@ lxml==4.9.3 # pyecore mccabe==0.7.0 # via flake8 -mesido==0.1.8.2 +mesido==0.1.8.3 # via # -c requirements.txt # omotes-grow-worker (pyproject.toml) diff --git a/pyproject.toml b/pyproject.toml index 09d0c49..50e094d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires-python = ">=3.10" dependencies = [ "python-dotenv ~= 1.0.0", - "mesido ~= 0.1.8.2", + "mesido ~= 0.1.8.3", "omotes-sdk-python ~= 3.2.5" ] diff --git a/requirements.txt b/requirements.txt index e76d7d1..c154a4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ kombu==5.3.4 # via celery lxml==4.9.3 # via pyecore -mesido==0.1.8.2 +mesido==0.1.8.3 # via omotes-grow-worker (pyproject.toml) msgpack==1.0.5 # via influxdb