From 481388bdbc2020331128c09056989cb0f9a0add0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 09:48:14 +0200 Subject: [PATCH] chore(deps): bump kosmorrolib from 1.0.7 to 1.0.8 (#322) Bumps [kosmorrolib](https://github.com/Kosmorro/lib) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/Kosmorro/lib/releases) - [Changelog](https://github.com/Kosmorro/lib/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kosmorro/lib/compare/v1.0.7...v1.0.8) --- updated-dependencies: - dependency-name: kosmorrolib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index e6bbd84..afdbb97 100644 --- a/poetry.lock +++ b/poetry.lock @@ -180,20 +180,20 @@ numpy = "*" [[package]] name = "kosmorrolib" -version = "1.0.7" +version = "1.0.8" description = "A library to computes the ephemerides." category = "main" optional = false python-versions = ">=3.8,<3.12" files = [ - {file = "kosmorrolib-1.0.7-py3-none-any.whl", hash = "sha256:fa99a4e268ee0134042d498c695ebdd6503d2a03c5697ff7863d2ce45e233279"}, - {file = "kosmorrolib-1.0.7.tar.gz", hash = "sha256:f8c6ad59c53abd08da3a5f4436564cb89e36d706e0d488fcf9288f2069eb01c6"}, + {file = "kosmorrolib-1.0.8-py3-none-any.whl", hash = "sha256:a85a1f856c55bc12e1c90fc75e466b916945cf87a60e3268b1fcbae6fb78e769"}, + {file = "kosmorrolib-1.0.8.tar.gz", hash = "sha256:0da847082a96c7824231e60e674da55fd5a5e748b33371a415fe90c0238689df"}, ] [package.dependencies] python-dateutil = ">=2.8,<3.0" skyfield = ">=1.21,<2.0" -skyfield-data = ">=3,<5" +skyfield-data = ">=3,<6" [[package]] name = "mypy-extensions"