Skip to content

Commit

Permalink
Update asdf requirement from <4,>=3.1.0 to >=3.1.0,<5
Browse files Browse the repository at this point in the history
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](asdf-format/asdf@3.1.0...4.1.0)

---
updated-dependencies:
- dependency-name: asdf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 4d4711c commit a18b3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a18b3ad

Please sign in to comment.