From a172da76f0184331fa998e6e8d42bbef4a28a795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 04:11:14 +0000 Subject: [PATCH] Bump reproject from 0.19.0 to 0.20.0 Bumps [reproject](https://github.com/astrofrog/reproject) from 0.19.0 to 0.20.0. - [Changelog](https://github.com/astrofrog/reproject/blob/master/CHANGES.md) - [Commits](https://github.com/astrofrog/reproject/commits) --- updated-dependencies: - dependency-name: reproject dependency-version: 0.20.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 e7b8df6..f952f76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "pypdf == 6.12.2", "pysiaf == 0.26.0", "pytest == 9.0.3", - "reproject == 0.19.0", + "reproject == 0.20.0", "requests == 2.34.2", "scikit-image == 0.26.0", "scipy == 1.17.1",