From e57f17676065d8693b59240a1854f0bd9446dae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 17:23:57 +0000 Subject: [PATCH] Bump healpy from 1.16.0 to 1.16.1 Bumps [healpy](https://github.com/healpy/healpy) from 1.16.0 to 1.16.1. - [Release notes](https://github.com/healpy/healpy/releases) - [Changelog](https://github.com/healpy/healpy/blob/main/CHANGELOG.rst) - [Commits](https://github.com/healpy/healpy/compare/1.16.0...1.16.1) --- updated-dependencies: - dependency-name: healpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 68 ++++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/poetry.lock b/poetry.lock index 145e6bed..f3da6d2b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,7 +174,7 @@ optional = false python-versions = ">=3.6" [package.extras] -test = ["coverage", "flake8", "pexpect", "wheel"] +test = ["wheel", "pexpect", "flake8", "coverage"] [[package]] name = "argon2-cffi" @@ -261,8 +261,8 @@ astropy = "*" numpy = "*" [package.extras] -docs = ["sphinx-astropy", "matplotlib"] -test = ["pytest-astropy", "hypothesis (<4.42)"] +test = ["hypothesis (<4.42)", "pytest-astropy"] +docs = ["matplotlib", "sphinx-astropy"] [[package]] name = "astroquery" @@ -471,7 +471,7 @@ python-versions = "*" click = ">=4.0" [package.extras] -dev = ["pytest (>=3.6)", "pytest-cov", "wheel", "coveralls"] +dev = ["coveralls", "wheel", "pytest-cov", "pytest (>=3.6)"] [[package]] name = "cligj" @@ -784,7 +784,7 @@ numpy = ">=1.14.5" [[package]] name = "healpy" -version = "1.16.0" +version = "1.16.1" description = "Healpix tools package for Python" category = "main" optional = false @@ -809,10 +809,10 @@ six = ">=1.9" webencodings = "*" [package.extras] -all = ["genshi", "chardet (>=2.2)", "lxml"] -chardet = ["chardet (>=2.2)"] -genshi = ["genshi"] lxml = ["lxml"] +genshi = ["genshi"] +chardet = ["chardet (>=2.2)"] +all = ["lxml", "chardet (>=2.2)", "genshi"] [[package]] name = "identify" @@ -967,8 +967,8 @@ optional = false python-versions = ">=3.7" [package.extras] -test = ["pytest", "pytest-trio", "pytest-asyncio (>=0.17)", "testpath", "trio", "async-timeout"] -trio = ["trio", "async-generator"] +trio = ["async-generator", "trio"] +test = ["async-timeout", "trio", "testpath", "pytest-asyncio (>=0.17)", "pytest-trio", "pytest"] [[package]] name = "jinja2" @@ -1207,8 +1207,8 @@ scipy = ">=0.14" tqdm = ">=4.27.0" [package.extras] -docs = ["sphinx (>=4.0)", "sphinx-argparse (>=0.3.0)", "sphinx-astropy", "sphinxcontrib-mermaid (>=0.7.1)"] -test = ["astroquery", "pytest-astropy", "pytest-doctestplus (>=0.12.0)", "pytest-mpl"] +test = ["pytest-mpl", "pytest-doctestplus (>=0.12.0)", "pytest-astropy", "astroquery"] +docs = ["sphinxcontrib-mermaid (>=0.7.1)", "sphinx-astropy", "sphinx-argparse (>=0.3.0)", "sphinx (>=4.0)"] [[package]] name = "lscsoft-glue" @@ -1587,8 +1587,8 @@ optional = false python-versions = ">=3.6" [package.extras] -dev = ["pre-commit", "tox"] -testing = ["pytest", "pytest-benchmark"] +testing = ["pytest-benchmark", "pytest"] +dev = ["tox", "pre-commit"] [[package]] name = "pre-commit" @@ -1871,9 +1871,9 @@ astropy = ">=4.0" requests = "*" [package.extras] -all = ["mimeparse"] -docs = ["sphinx-astropy"] test = ["pytest-astropy"] +docs = ["sphinx-astropy"] +all = ["mimeparse"] [[package]] name = "pywin32" @@ -1953,7 +1953,7 @@ python-versions = ">=3.7" packaging = "*" [package.extras] -test = ["pytest (>=6,!=7.0.0,!=7.0.1)", "pytest-cov (>=3.0.0)", "pytest-qt"] +test = ["pytest-qt", "pytest-cov (>=3.0.0)", "pytest (>=6,!=7.0.0,!=7.0.1)"] [[package]] name = "reproject" @@ -1970,9 +1970,9 @@ numpy = ">=1.14" scipy = ">=1.1" [package.extras] -docs = ["sphinx-astropy", "pytest", "pyvo", "matplotlib"] -test = ["pytest-astropy", "pytest-arraydiff", "pytest-cov", "pytest-doctestplus"] -testall = ["asdf", "gwcs", "pyvo", "sunpy[map] (>=2.1)", "shapely"] +testall = ["shapely", "sunpy[map] (>=2.1)", "pyvo", "gwcs", "asdf"] +test = ["pytest-doctestplus", "pytest-cov", "pytest-arraydiff", "pytest-astropy"] +docs = ["matplotlib", "pyvo", "pytest", "sphinx-astropy"] [[package]] name = "requests" @@ -2057,9 +2057,9 @@ optional = false python-versions = "*" [package.extras] -nativelib = ["pyobjc-framework-cocoa", "pywin32"] -objc = ["pyobjc-framework-cocoa"] win32 = ["pywin32"] +objc = ["pyobjc-framework-cocoa"] +nativelib = ["pywin32", "pyobjc-framework-cocoa"] [[package]] name = "setuptools-scm" @@ -2146,7 +2146,7 @@ executing = "*" pure-eval = "*" [package.extras] -tests = ["pytest", "typeguard", "pygments", "littleutils", "cython"] +tests = ["cython", "littleutils", "pygments", "typeguard", "pytest"] [[package]] name = "terminado" @@ -2176,8 +2176,8 @@ python-versions = ">=3.6" webencodings = ">=0.4" [package.extras] -doc = ["sphinx", "sphinx-rtd-theme"] -test = ["pytest", "pytest-cov", "pytest-flake8", "pytest-isort", "coverage"] +test = ["coverage", "pytest-isort", "pytest-flake8", "pytest-cov", "pytest"] +doc = ["sphinx-rtd-theme", "sphinx"] [[package]] name = "toml" @@ -3103,15 +3103,15 @@ h5py = [ {file = "h5py-3.7.0.tar.gz", hash = "sha256:3fcf37884383c5da64846ab510190720027dca0768def34dd8dcb659dbe5cbf3"}, ] healpy = [ - {file = "healpy-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7da3a6f47d23f7a76856eab24dedfecc401515b659fc80768a4cc162cebcef85"}, - {file = "healpy-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:059da5853e048b7b3efd8afc66a7c79cecf597034220fddcd56c4def0c0f1728"}, - {file = "healpy-1.16.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8c932067696e9fd69617d81f3349fd41a83a321169f7f52f12d3c5e72c24b268"}, - {file = "healpy-1.16.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:35e35f8e914d88c40ed0a05183eb26c7e6dc3bad2d1382d564be01dcadaf9398"}, - {file = "healpy-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:3015600060dfb220f72f555297121861ad345b8116feda4366114534820d6172"}, - {file = "healpy-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:12a9bdf13cf801fa11dbcc5be8f64436d75bf616562fe2647d898e30929f11da"}, - {file = "healpy-1.16.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:804b8b7c50c8c4ce9116bcec975f0dc7f97ff0d3ef29fc6d6fa08b1e8108aaca"}, - {file = "healpy-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e16405e342fb18f75c12629186ab6bd745c02a42092200fc07ef872addee8d61"}, - {file = "healpy-1.16.0.tar.gz", hash = "sha256:b13a47d90b1e467a4db6f6e2d24d6de46e140a9bc13f2e98b38fcda80d258e57"}, + {file = "healpy-1.16.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ca3161612d0813f44187b37b565f8d93f0e772817aa6d777ccddf1833028fce2"}, + {file = "healpy-1.16.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d2faf7ed84ae1222efbd7149595ad8d484d77562b32aa838f98a0253305a317"}, + {file = "healpy-1.16.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:dbf81fa243b6116c50c3b3f2f9db1a71cb2aa86d8f63c852b694f266e2a82e3d"}, + {file = "healpy-1.16.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2b8dd4672f4a78869650f2474c2a5a0781f65c804f2703ff63c425af2566c7aa"}, + {file = "healpy-1.16.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:644a9e24201341859018f6383952c4a136f54d43d2582068340c96afd13c918a"}, + {file = "healpy-1.16.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:25480026e8ab34a4093482cee2f2e3a4419cb4eeb0b0372dcefce97dfd4efca0"}, + {file = "healpy-1.16.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:ed8c8e2fa4f175d85498a586f33c5ca19863036d4352c758ccbfb36e8f2c2719"}, + {file = "healpy-1.16.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ab2634197099423afd1be9e4efe820c112f5b4f21efd11608c704a90837ef848"}, + {file = "healpy-1.16.1.tar.gz", hash = "sha256:6d691b0a77fdf699672de09d39d82a640cfcc8ca03ae55022fb71e6edda69d2f"}, ] html5lib = [ {file = "html5lib-1.1-py2.py3-none-any.whl", hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d"},