From ef66b06d7190ab0759e3ee5be96145eaea7a137a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 21:43:34 +0000 Subject: [PATCH] chore(deps): bump skyfield from 1.31 to 1.33 Bumps [skyfield](https://github.com/brandon-rhodes/python-skyfield) from 1.31 to 1.33. - [Release notes](https://github.com/brandon-rhodes/python-skyfield/releases) - [Changelog](https://github.com/skyfielders/python-skyfield/blob/master/CHANGELOG.rst) - [Commits](https://github.com/brandon-rhodes/python-skyfield/compare/1.31...1.33) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 77ade73..f04be1f 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ coveralls = "*" comlipy = "*" [packages] -skyfield = ">=1.21.0,<2.0.0" +skyfield = ">=1.32.0,<2.0.0" tabulate = "*" numpy = ">=1.17.0,<2.0.0" termcolor = "*"