From e9fb120c7dd09cce4b8bbbd32bf52b09b0fc6ee4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:03:13 +0000 Subject: [PATCH] chore(deps): update ampel packages --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f97a670..bded518 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,9 +34,9 @@ include = [ [tool.poetry.dependencies] python = ">=3.10,<3.12" -ampel-interface = ">=0.8.7,<0.9" -ampel-ztf = {version = ">=0.8.5,<0.9", source = "pypi"} -ampel-hu-astro = {version = ">=0.8.3a10,<0.9", source = "pypi", extras = ["slack", "sncosmo"]} +ampel-interface = ">=0.10.4.post2,<0.11" +ampel-ztf = {version = ">=0.10.2,<0.11", source = "pypi"} +ampel-hu-astro = {version = ">=0.8.4.post0,<0.9", source = "pypi", extras = ["slack", "sncosmo"]} dropbox = "^12.0.0" corner = "^2.2.1"