From 84c6a653704ee3204e8bdf255d39c84b5b23d281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:08:47 +0000 Subject: [PATCH] Bump astroplan from 0.9.1 to 0.10 Bumps [astroplan](https://github.com/astropy/astroplan) from 0.9.1 to 0.10. - [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.9.1...v0.10) --- updated-dependencies: - dependency-name: astroplan dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 43650c375..58b90cb29 100644 --- a/poetry.lock +++ b/poetry.lock @@ -177,17 +177,17 @@ tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] [[package]] name = "astroplan" -version = "0.9.1" +version = "0.10" description = "Observation planning package for astronomers" optional = false python-versions = ">=3.7" files = [ - {file = "astroplan-0.9.1.tar.gz", hash = "sha256:d98c5ea58f6131de391aa66c78e0b4d77649359b29dbc8fdee9385e0408c2f4b"}, + {file = "astroplan-0.10.tar.gz", hash = "sha256:1670c9c42143d62924e8a6e0287ec25935fcf985a8b928438bc4da0241f4875a"}, ] [package.dependencies] astropy = ">=4" -numpy = ">=1.17" +numpy = "<2" pytz = "*" six = "*" @@ -2627,4 +2627,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "961549542fbb45b6ed4ead4d1a3d892e81d8853c2b12fdde5b0d5203f2974ec6" +content-hash = "66a1768c3f9ec9d69f820ab75e3a2658045d5040446962e22db790fec7a9c84a" diff --git a/pyproject.toml b/pyproject.toml index f6e83af3a..4859a3119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ classifiers = [ python = ">=3.8.1,<3.12" numpy = "~1.24,<2" astroquery = "<1" -astroplan = ">=0.8,<0.10" +astroplan = ">=0.8,<0.11" astropy = [ { version = ">=5.3.3,<6", python = ">=3.9" }, { version = ">=3,<6", python = "<3.12" }