diff --git a/poetry.lock b/poetry.lock index 221b2e4..fae4538 100644 --- a/poetry.lock +++ b/poetry.lock @@ -512,28 +512,28 @@ test = ["hypothesis", "pytest", "pytest-remotedata"] [[package]] name = "astroquery" -version = "0.4.6" +version = "0.4.9.post1" description = "Functions and classes to access online astronomical data resources" optional = false -python-versions = "*" +python-versions = ">=3.9" 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.9.post1-py3-none-any.whl", hash = "sha256:d3e4af26bc57ce1822c1a89963f5096e89f3b8eb414341e0643cb235fee32f50"}, + {file = "astroquery-0.4.9.post1.tar.gz", hash = "sha256:5c116bf19036d71e9321d4a049875af55349a4888e24844558fe9984b9f57197"}, ] [package.dependencies] -astropy = ">=4.0" -beautifulsoup4 = ">=4.3.2" +astropy = ">=5.0" +beautifulsoup4 = ">=4.8" html5lib = ">=0.999" -keyring = ">=4.0" -numpy = ">=1.16" -pyvo = ">=1.1" -requests = ">=2.4.3" +keyring = ">=15.0" +numpy = ">=1.20" +pyvo = ">=1.5" +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.12)", "regions (>=0.5)"] +docs = ["fsspec[http]", "matplotlib", "scipy", "sphinx-astropy (>=1.5)", "sphinx-automodapi (<0.18)"] +test = ["fsspec[http]", "matplotlib", "moto[s3]", "pytest-astropy", "pytest-dependency", "pytest-rerunfailures"] [[package]] name = "asttokens" @@ -6528,4 +6528,4 @@ slackbot = ["flask", "gunicorn", "slackclient", "slackeventsapi"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "c5e5066f081a820cf0b31cea638e5598a58048f162bc22d37fc1d4dfe04997cf" +content-hash = "3ca74b726e3f4d7cc69a1ebb166a2853b1a63d89d1803775cae5274ca07d8fab" diff --git a/pyproject.toml b/pyproject.toml index ceb15ef..cbf7f8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ ampel-ztf = {extras = ["archive"], version = "^0.10.0"} ampel-interface = "<=0.10.3" astropy = ">=5.1,<7.0" astropy-healpix = ">=0.6,<1.1" -astroquery = "==0.4.6" +astroquery = "==0.4.9.post1" backoff = ">=2.0" geopandas = ">=0.11,<1.1" lalsuite = "^7.5"