From a18b3adae023ac88d38e9ea4e09e389ac109f473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:24:25 +0000 Subject: [PATCH] Update asdf requirement from <4,>=3.1.0 to >=3.1.0,<5 Updates the requirements on [asdf](https://github.com/asdf-format/asdf) to permit the latest version. - [Release notes](https://github.com/asdf-format/asdf/releases) - [Changelog](https://github.com/asdf-format/asdf/blob/main/CHANGES.rst) - [Commits](https://github.com/asdf-format/asdf/compare/3.1.0...4.1.0) --- updated-dependencies: - dependency-name: asdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 826378d0c..63920d889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ "Programming Language :: Python", ] dependencies = [ - "asdf>=3.1.0,<4", + "asdf>=3.1.0,<5", "astropy>=6.0,<7", "astroquery>=0.4.7,<0.5.0", "beautifulsoup4>=4.12.3,<5",