From 3af6571f8814505438bfa2a4eea8cde628e2601d Mon Sep 17 00:00:00 2001 From: Hans Kallekleiv <16436291+HansKallekleiv@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:57:11 +0200 Subject: [PATCH] Update to fmu-sumo 0.5.4 (#409) --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index b8669e8b2..26d740b00 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -727,13 +727,13 @@ tests = ["black (>=20.8b0)", "flake8", "fmu-config", "isort", "pytest", "pytest- [[package]] name = "fmu-sumo" -version = "0.5.3" +version = "0.5.4" description = "Python package for interacting with Sumo in an FMU setting" optional = false python-versions = ">=3.8" files = [ - {file = "fmu-sumo-0.5.3.tar.gz", hash = "sha256:a717e341365d85ee0a6dfb165943cd85e15ed9d02bd9017bdbfe0bbc5fcfe59d"}, - {file = "fmu_sumo-0.5.3-py3-none-any.whl", hash = "sha256:e9dc85819f82431bbc8782eddc38ef05fded0453f7a85b4c6f0c52117b0c5154"}, + {file = "fmu-sumo-0.5.4.tar.gz", hash = "sha256:6ac51683264e5ac4dfcf95db98b1fd54f059e31449fc73fd532ebb35025cdbff"}, + {file = "fmu_sumo-0.5.4-py3-none-any.whl", hash = "sha256:1e23ed38263831723134a58560d82dc42b79a0284c7e242175cedcaf6bb004ff"}, ] [package.dependencies] @@ -3047,4 +3047,4 @@ tests = ["hypothesis", "pytest", "pytest-benchmark", "pytest-mock", "pytest-snap [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "83090668bcc99148a8fa68983766ddab7a50fe63798d5b0780db739f60f8327f" +content-hash = "9e2918b5054ba8591d7dace93c523e26be1fa807ec8d384d64d4d0e73b655d32" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ce9567fed..41a6c66c4 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -23,7 +23,7 @@ pandas = {version = "2.0.1", extras = ["performance"]} httpx = "^0.24.0" psutil = "^5.9.5" vtk = "^9.2.6" -fmu-sumo = "^0.5.0" +fmu-sumo = "^0.5.4" sumo-wrapper-python = "^0.4.0"