From ccf48e0e045e7d86206b16da30f3a1e3f95227e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:44:32 +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 065b6ed..e750968 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" @@ -6250,4 +6250,4 @@ slackbot = ["flask", "gunicorn", "slackclient", "slackeventsapi"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "eec76e3f5addb86f147b309415aaf2e6772d10f568c4a3efb5241e84e5ccac9b" +content-hash = "eea2fb1c4577c38e7f5b7bc511351f7b775139e6f9c7a776dd69981377231290" diff --git a/pyproject.toml b/pyproject.toml index a05b167..3439677 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"