Browse Source

fix: fix the warning message from `skyfield-data` package about expired data

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](https://github.com/brunobord/skyfield-data/compare/3.0.0...4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tags/v1.0.5
dependabot[bot] 2 years ago
committed by Jérôme Deuchnord
parent
commit
f3d39ad5bf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml View File

@@ -21,7 +21,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.7,<3.11"
skyfield = "^1.21"
skyfield-data = "^3.0"
skyfield-data = ">=3,<5"
python-dateutil = "^2.8"

[tool.poetry.dev-dependencies]


Loading…
Cancel
Save