From aee6a2a184bd0cf8b615d1ad826fcaadb19b949f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 23:16:44 +0000 Subject: [PATCH] Bump astroplan from 0.10 to 0.10.1 Bumps [astroplan](https://github.com/astropy/astroplan) from 0.10 to 0.10.1. - [Release notes](https://github.com/astropy/astroplan/releases) - [Changelog](https://github.com/astropy/astroplan/blob/main/CHANGES.rst) - [Commits](https://github.com/astropy/astroplan/compare/v0.10...v0.10.1) --- updated-dependencies: - dependency-name: astroplan dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4eeca451..27cf834f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -177,17 +177,17 @@ tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] [[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 = "*"