From 45c56adbd6ca4b50a80c7f60c988ed4d6fd0025d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:59:30 +0000 Subject: [PATCH] Bump astroplan from 0.10 to 0.10.1 (#983) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7e5bf6db9..4915f0455 100644 --- a/poetry.lock +++ b/poetry.lock @@ -147,17 +147,17 @@ typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} [[package]] name = "astroplan" -version = "0.10" +version = "0.10.1" description = "Observation planning package for astronomers" optional = false python-versions = ">=3.7" files = [ - {file = "astroplan-0.10.tar.gz", hash = "sha256:1670c9c42143d62924e8a6e0287ec25935fcf985a8b928438bc4da0241f4875a"}, + {file = "astroplan-0.10.1.tar.gz", hash = "sha256:39d97c3377e1630abff3a94d8c956980f77a3e809e27a0376dd7d30abe3b6959"}, ] [package.dependencies] astropy = ">=4" -numpy = "<2" +numpy = ">=1.17" pytz = "*" six = "*"