diff --git a/poetry.lock b/poetry.lock index 7c137a8..baf9730 100644 --- a/poetry.lock +++ b/poetry.lock @@ -511,28 +511,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" @@ -6158,4 +6158,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"