From d00eca8e2741a4b7161687581a5200fe9d67f683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 22:26:59 +0000 Subject: [PATCH] Bump gwcs from 0.26.0 to 1.0.3 Bumps [gwcs](https://github.com/spacetelescope/gwcs) from 0.26.0 to 1.0.3. - [Release notes](https://github.com/spacetelescope/gwcs/releases) - [Changelog](https://github.com/spacetelescope/gwcs/blob/main/CHANGES.rst) - [Commits](https://github.com/spacetelescope/gwcs/compare/0.26.0...1.0.3) --- updated-dependencies: - dependency-name: gwcs dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e496bad..a04a882 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "astroquery == 0.4.11", "cmocean == 4.0.3", "crds == 13.1.7", - "gwcs == 0.26.0", + "gwcs == 1.0.3", "image-registration == 0.2.9", "jwst == 1.20.2", "lmfit == 1.3.4",