From 05b90001855174b17db74a80b935ed826ffae265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 04:09:36 +0000 Subject: [PATCH] Bump spherical-geometry from 1.3.5 to 1.4.0 Bumps [spherical-geometry](https://github.com/spacetelescope/spherical_geometry) from 1.3.5 to 1.4.0. - [Release notes](https://github.com/spacetelescope/spherical_geometry/releases) - [Changelog](https://github.com/spacetelescope/spherical_geometry/blob/main/CHANGES.rst) - [Commits](https://github.com/spacetelescope/spherical_geometry/compare/1.3.5...1.4.0) --- updated-dependencies: - dependency-name: spherical-geometry dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12e09f7..81fbffb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "scikit-image == 0.26.0", "scipy == 1.17.1", "shapely == 2.1.2", - "spherical-geometry == 1.3.5", + "spherical-geometry == 1.4.0", "setuptools == 82.0.1", "stdatamodels == 4.1.0", "stsci.imagestats == 1.8.4",