Quellcode durchsuchen

chore(deps): update skyfield-data requirement from ^3.0 to >=3,<5 (#48)

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>
pull/49/head
dependabot[bot] vor 2 Jahren
committed by GitHub
Ursprung
Commit
dda59f7b13
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml Datei anzeigen

@@ -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]


Laden…
Abbrechen
Speichern