From ec0ec53cb33319e1b7279c50887716ff99d45eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 04:23:16 +0000 Subject: [PATCH] Bump stdatamodels from 4.1.0 to 5.0.1 Bumps [stdatamodels](https://github.com/spacetelescope/stdatamodels) from 4.1.0 to 5.0.1. - [Release notes](https://github.com/spacetelescope/stdatamodels/releases) - [Changelog](https://github.com/spacetelescope/stdatamodels/blob/main/CHANGES.rst) - [Commits](https://github.com/spacetelescope/stdatamodels/compare/4.1.0...5.0.1) --- updated-dependencies: - dependency-name: stdatamodels dependency-version: 5.0.1 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 91fbbda..2543f7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "shapely == 2.1.2", "spherical-geometry == 1.3.5", "setuptools == 82.0.1", - "stdatamodels == 4.1.0", + "stdatamodels == 5.0.1", "stsci.imagestats == 1.8.4", "stsci.stimage == 0.3.0", "stpsf == 2.2.0",