From bb777a3720297280e685c492e707fb4eebc1cabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 04:13:26 +0000 Subject: [PATCH] chore(deps): update skyfield-data requirement from ^3.0 to >=3,<5 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] --- 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]