diff --git a/dev-requirements.txt b/dev-requirements.txt index be3e786..00e1a4c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -71,7 +71,7 @@ coolprop==6.6.0 # via # -c requirements.txt # mesido -coverage[toml]==7.15.0 +coverage[toml]==7.15.1 # via pytest-cov defusedxml==0.7.1 # via @@ -129,7 +129,7 @@ lxml==6.1.1 # pyecore mccabe==0.7.0 # via flake8 -mesido==0.1.20.1 +mesido==0.1.20.2 # via # -c requirements.txt # omotes-grow-worker (pyproject.toml) diff --git a/pyproject.toml b/pyproject.toml index dfae58a..bc93890 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires-python = ">=3.10" dependencies = [ "python-dotenv ~= 1.0.0", - "mesido ~= 0.1.20.1", + "mesido ~= 0.1.20.2", "omotes-sdk-python ~= 4.3.5", ] diff --git a/requirements.txt b/requirements.txt index 46cf22e..ffc369d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ kombu==5.6.2 # via celery lxml==6.1.1 # via pyecore -mesido==0.1.20.1 +mesido==0.1.20.2 # via omotes-grow-worker (pyproject.toml) msgpack==1.2.1 # via influxdb