From fca75258df32032d13e8dbbb0c6183d8f8fd7ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:45:08 +0000 Subject: [PATCH] :arrow_up: Bump nibabel in the production-dependencies group Bumps the production-dependencies group with 1 update: [nibabel](https://github.com/nipy/nibabel). Updates `nibabel` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/nipy/nibabel/releases) - [Changelog](https://github.com/nipy/nibabel/blob/5.3.1/Changelog) - [Commits](https://github.com/nipy/nibabel/compare/5.3.0...5.3.1) --- updated-dependencies: - dependency-name: nibabel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 35e80efb..6def003f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1054,13 +1054,13 @@ files = [ [[package]] name = "nibabel" -version = "5.3.0" +version = "5.3.1" description = "Access a multitude of neuroimaging data formats" optional = true python-versions = ">=3.9" files = [ - {file = "nibabel-5.3.0-py3-none-any.whl", hash = "sha256:c2232fa8422c501d84e7af76304df5d2d16e3855ab328ca2d5185defccbf8506"}, - {file = "nibabel-5.3.0.tar.gz", hash = "sha256:6162184e0249b317bca42b2f43c02734a51e82ebd4ca9ee6200e25648493438e"}, + {file = "nibabel-5.3.1-py3-none-any.whl", hash = "sha256:5c04c7139d41a59ef92839f1cabbe73061edd5787340bf2c9a34ed71f0db9d07"}, + {file = "nibabel-5.3.1.tar.gz", hash = "sha256:aec1b75dcf6bd9595a9196ff341b87957c69fb21bc5e38719463478dad83000a"}, ] [package.dependencies] @@ -2322,4 +2322,4 @@ tsconcat = ["ba-tsconcat"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "91de5acc2569d81428f4dedc7f451fea828ec77651651cba96e502eff52cc563" +content-hash = "0fb7aea777b2eeda04e7ce972f4e35e4bb5e223026cd1b807dd862629b24bdf2" diff --git a/pyproject.toml b/pyproject.toml index 6d2376a0..061a9dc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ bids2table = {version = "0.1.0", markers = "extra == 'tsconcat'"} coveralls = {version = "*", optional = true} elbow = {version = "0.1.1", markers = "extra == 'tsconcat'"} imagesize = {version = "*", optional = true} -nibabel = {version = "5.3.0", markers = "extra == 'tsconcat'"} +nibabel = {version = "5.3.1", markers = "extra == 'tsconcat'"} pyarrow = {version = "17.0.0", markers = "extra == 'tsconcat'"} pytest = {version = "*", optional = true} pytest-cov = {version = "*", optional = true}