From f3d39ad5bf1d66fcebb4864064111d2f0af87c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 08:51:56 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f6737b..344367b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]