From 33d2c60281876f8616656d5e2abc70df11305126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 18:02:32 +0000 Subject: [PATCH] Bump ampel-interface from 0.10.3 to 0.10.4.post2 Bumps [ampel-interface](https://github.com/AmpelProject/Ampel-interface) from 0.10.3 to 0.10.4.post2. - [Commits](https://github.com/AmpelProject/Ampel-interface/compare/v0.10.3...v0.10.4.post2) --- updated-dependencies: - dependency-name: ampel-interface dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index cf37dd6..d586618 100644 --- a/poetry.lock +++ b/poetry.lock @@ -165,19 +165,20 @@ slack = ["slack-sdk (>=3.18.1,<4.0.0)"] [[package]] name = "ampel-interface" -version = "0.10.3" +version = "0.10.4.post2" description = "Base classes for the Ampel analysis platform" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "ampel_interface-0.10.3-py3-none-any.whl", hash = "sha256:2e5e023d8919c87551fbead6455e01c6267700b11ad1e1cb81ff42581f5d5b50"}, - {file = "ampel_interface-0.10.3.tar.gz", hash = "sha256:98f3291681815dee665f8cbabc50e900ae8cce55998ed4d690227823f47999f7"}, + {file = "ampel_interface-0.10.4.post2-py3-none-any.whl", hash = "sha256:abb9565c63ae35b87ee209b27201ed1c37efce8833772063c8eef195e7ec8377"}, + {file = "ampel_interface-0.10.4.post2.tar.gz", hash = "sha256:20a7ae8de6313a517d2484487e418d0aa5dd1465043f4cf1d2d15e998fcaea18"}, ] [package.dependencies] platformdirs = ">=4.2.2,<5.0.0" pydantic = ">=2.10,<3.0" PyYAML = ">=6.0.0,<7.0.0" +typing-extensions = ">=4.12,<5.0" ujson = ">=5.1.0,<6.0.0" xxhash = ">=3.0.0,<4.0.0" @@ -6527,4 +6528,4 @@ slackbot = ["flask", "gunicorn", "slackclient", "slackeventsapi"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "ac62acf4b277d7510dd2af5a21d7320c0327ef1ee0577128423c62aae57bc512" +content-hash = "a0fb9ab7d5b2ad0d0a5eadc4999f6558534d5b26aaf72de8c2660174b0350c46" diff --git a/pyproject.toml b/pyproject.toml index 7ebcbb0..d079f56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.10,<3.12" ampel-ztf = {extras = ["archive"], version = "^0.10.0"} -ampel-interface = "<=0.10.3" +ampel-interface = "<=0.10.4.post2" astropy = ">=5.1,<7.0" astropy-healpix = ">=0.6,<1.1" astroquery = "==0.4.6"