From f5429b7504e8b011f13239f7863452547758e5ee Mon Sep 17 00:00:00 2001 From: Cecilie Seim <68303562+tilen1976@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:25:36 +0200 Subject: [PATCH] Update pyproject.toml Co-authored-by: Miles Mason Winther <42948872+mmwinther@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c4e13d3a..97531035 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,8 @@ flask-healthz = ">=0.0.3" arrow = ">=1.3.0" python-dotenv = ">=1.0.1" ssb-dash-components = ">=0.8.1" -dapla-toolbelt-metadata = "^0.2.0" -gunicorn = "^23.0.0" +dapla-toolbelt-metadata = ">=0.2.0" +gunicorn = ">=23.0.0" [tool.poetry.group.dev.dependencies] mypy = ">=0.950"