Skip to content

Commit

Permalink
chore(deps): update skyfield-data requirement from >=3,<6 to >=6.0.0,<7
Browse files Browse the repository at this point in the history
Updates the requirements on [skyfield-data](https://github.com/brunobord/skyfield-data) to permit the latest version.
- [Release notes](https://github.com/brunobord/skyfield-data/releases)
- [Changelog](https://github.com/brunobord/skyfield-data/blob/master/CHANGELOG.md)
- [Commits](brunobord/skyfield-data@3.0.0...6.0.0)

---
updated-dependencies:
- dependency-name: skyfield-data
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 30, 2024
1 parent 7aff41b commit c625d68
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 @@ -25,7 +25,7 @@ numpy = [
{ version = "<1.25", python = "3.8.*" },
{ version = "^1.25", python = ">=3.9,<3.13" },
]
skyfield-data = ">=3,<6"
skyfield-data = ">=6.0.0,<7"
python-dateutil = "^2.8"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit c625d68

Please sign in to comment.