From c9636642b6d9d082670a5a469778a562f2558edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:12:50 +0000 Subject: [PATCH] Update photutils requirement from <3,>=2.2.0 to >=2.2.0,<4 Updates the requirements on [photutils](https://github.com/astropy/photutils) to permit the latest version. - [Release notes](https://github.com/astropy/photutils/releases) - [Changelog](https://github.com/astropy/photutils/blob/main/CHANGES.rst) - [Commits](https://github.com/astropy/photutils/compare/2.2.0...3.0.0) --- updated-dependencies: - dependency-name: photutils dependency-version: 3.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd706c54d..95e793d8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ full = [ "sep>=1.4.1,<2 ; sys_platform == 'linux'", "python-daemon>=3.1.2,<4", "ccdproc>=2.4.3,<3", - "photutils>=2.2.0,<3", + "photutils>=2.2.0,<4", "lmfit>=1.3.3,<2", "tornado>=6.4.2,<7", "python-telegram-bot~=22.0",