From 47dcaaad61fc5958e99f1040ff71c334b2ae6ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 00:02:26 +0000 Subject: [PATCH] Bump astroquery from 0.4.6 to 0.4.7 Bumps [astroquery](https://github.com/astropy/astroquery) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/astropy/astroquery/releases) - [Changelog](https://github.com/astropy/astroquery/blob/main/CHANGES.rst) - [Commits](https://github.com/astropy/astroquery/compare/v0.4.6...v0.4.7) --- updated-dependencies: - dependency-name: astroquery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 26 +++++++++++++------------- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/poetry.lock b/poetry.lock index ec39d5e..902aaa1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -509,28 +509,28 @@ test = ["hypothesis", "pytest", "pytest-remotedata"] [[package]] name = "astroquery" -version = "0.4.6" +version = "0.4.7" description = "Functions and classes to access online astronomical data resources" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "astroquery-0.4.6-py3-none-any.whl", hash = "sha256:e1bc4996af7500370837d31491bd4ee7f0c954c78d24cd54fb1cceb755469094"}, - {file = "astroquery-0.4.6.tar.gz", hash = "sha256:307ca554cb734a0ca9a22f86f5effe7e413af913ae65e1578972d847b1fe13ee"}, + {file = "astroquery-0.4.7-py3-none-any.whl", hash = "sha256:dfa8ca46ca0a983f66e9547c774601b331770242f9f6245df5e603f795d75540"}, + {file = "astroquery-0.4.7.tar.gz", hash = "sha256:047fbacb0a4faec4cdb62675e919c244c1c35e661044fcbb6c9a933331747ec9"}, ] [package.dependencies] -astropy = ">=4.0" -beautifulsoup4 = ">=4.3.2" +astropy = ">=4.2.1" +beautifulsoup4 = ">=4.8" html5lib = ">=0.999" -keyring = ">=4.0" -numpy = ">=1.16" +keyring = ">=15.0" +numpy = ">=1.18" pyvo = ">=1.1" -requests = ">=2.4.3" +requests = ">=2.19" [package.extras] -all = ["aplpy", "astropy-healpix", "boto3", "mocpy (>=0.5.2)", "pyregion", "regions"] -docs = ["scipy", "sphinx-astropy (>=1.5)"] -test = ["flask", "jinja2", "matplotlib", "pytest-astropy", "pytest-dependency"] +all = ["astropy-healpix", "boto3", "mocpy (>=0.9)", "regions"] +docs = ["fsspec[http]", "matplotlib", "scipy", "sphinx-astropy (>=1.5)"] +test = ["matplotlib", "pytest-astropy", "pytest-dependency", "pytest-rerunfailures"] [[package]] name = "asttokens" @@ -6243,4 +6243,4 @@ slackbot = ["flask", "gunicorn", "slackclient", "slackeventsapi"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "aff0a15c7c4d6d3fc195a3e80d3273585803c7c91aeb33eef68fada6a6311602" +content-hash = "5d33bfa8cf5ca0a0ef767207cade3ebfee34d6f1b6bb711c338b97e7e0a549ae" diff --git a/pyproject.toml b/pyproject.toml index fb46152..39bd011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = ">=3.10,<3.12" ampel-ztf = {extras = ["archive"], version = "^0.10.0"} astropy = ">=5.1,<7.0" astropy-healpix = ">=0.6,<1.1" -astroquery = "==0.4.6" +astroquery = "==0.4.7" backoff = ">=2.0" geopandas = ">=0.11,<0.15" lalsuite = "^7.5"