From 6cb8301b2d4247bafb088884944a59d5b0e61a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:42:33 +0000 Subject: [PATCH] Bump tweakwcs from 0.8.12 to 0.9.0 Bumps [tweakwcs](https://github.com/spacetelescope/tweakwcs) from 0.8.12 to 0.9.0. - [Release notes](https://github.com/spacetelescope/tweakwcs/releases) - [Changelog](https://github.com/spacetelescope/tweakwcs/blob/main/CHANGELOG.rst) - [Commits](https://github.com/spacetelescope/tweakwcs/compare/0.8.12...0.9.0) --- updated-dependencies: - dependency-name: tweakwcs dependency-version: 0.9.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 c2b4902..c683189 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ "threadpoolctl == 3.6.0", "tomli == 2.4.1", "tqdm == 4.67.3", - "tweakwcs == 0.8.12", + "tweakwcs == 0.9.0", ] [project.optional-dependencies]