From 8742413e14748de1ec81f7d26b88e2b079953ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:54:05 +0000 Subject: [PATCH] Update lsst-felis requirement from <=30.2026.2900 to <=30.2026.3500 Updates the requirements on [lsst-felis](https://github.com/lsst/felis) to permit the latest version. - [Changelog](https://github.com/lsst/felis/blob/main/docs/CHANGES.rst) - [Commits](https://github.com/lsst/felis/commits) --- updated-dependencies: - dependency-name: lsst-felis dependency-version: 30.2026.3500 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 309e6d8..01054ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "astroquery>=0.4.9", "astropy>7.0", "astrodbkit>=2.5", - "lsst-felis<=30.2026.2900", + "lsst-felis<=30.2026.3500", "pandas", "tqdm", "ads>=0.12.7",