From 8ef677cfbbad2f04fac006baa9eb2ec884a66cf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 20:50:00 +0000 Subject: [PATCH] fix(deps): update dependency nibabel to v5.1.0 --- poetry.lock | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d747164..9728443 100644 --- a/poetry.lock +++ b/poetry.lock @@ -982,20 +982,19 @@ files = [ [[package]] name = "nibabel" -version = "5.0.0" +version = "5.1.0" description = "Access a multitude of neuroimaging data formats" category = "main" optional = true python-versions = ">=3.8" files = [ - {file = "nibabel-5.0.0-py3-none-any.whl", hash = "sha256:f8a4d08890cd95a7351c169e4ce69133b1292da24c6d0b42175c502f2534a21c"}, - {file = "nibabel-5.0.0.tar.gz", hash = "sha256:e910ce6f3374e79fa49847abfb9db99d435844ae7781375aa952d6a8bd047ade"}, + {file = "nibabel-5.1.0-py3-none-any.whl", hash = "sha256:b3deb8130c835b9d26e80880b0d5e443d9e3f30972b3b0302dd2fafa3ca629f8"}, + {file = "nibabel-5.1.0.tar.gz", hash = "sha256:ce73ca5e957209e7219a223cb71f77235c9df2acf4d3f27f861ba38e9481ac53"}, ] [package.dependencies] numpy = ">=1.19" packaging = ">=17" -setuptools = "*" [package.extras] all = ["nibabel[dev,dicomfs,doc,minc2,spm,style,test,zstd]"] @@ -1008,7 +1007,7 @@ minc2 = ["h5py"] spm = ["scipy"] style = ["blue", "flake8", "isort"] test = ["coverage", "pytest (!=5.3.4)", "pytest-cov", "pytest-doctestplus", "pytest-httpserver", "pytest-xdist"] -typing = ["mypy", "pydicom", "pytest", "types-pillow", "types-setuptools"] +typing = ["importlib-resources", "mypy", "pydicom", "pytest", "pyzstd", "types-pillow", "types-setuptools"] zstd = ["pyzstd (>=0.14.3)"] [[package]] @@ -1803,7 +1802,7 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "setuptools" version = "65.5.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" files = [