diff --git a/poetry.lock b/poetry.lock index 6def003f..374e2b17 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1054,13 +1054,13 @@ files = [ [[package]] name = "nibabel" -version = "5.3.1" +version = "5.3.2" description = "Access a multitude of neuroimaging data formats" optional = true python-versions = ">=3.9" files = [ - {file = "nibabel-5.3.1-py3-none-any.whl", hash = "sha256:5c04c7139d41a59ef92839f1cabbe73061edd5787340bf2c9a34ed71f0db9d07"}, - {file = "nibabel-5.3.1.tar.gz", hash = "sha256:aec1b75dcf6bd9595a9196ff341b87957c69fb21bc5e38719463478dad83000a"}, + {file = "nibabel-5.3.2-py3-none-any.whl", hash = "sha256:52970a5a8a53b1b55249cba4d9bcfaa8cc57e3e5af35a29d7352237e8680a6f8"}, + {file = "nibabel-5.3.2.tar.gz", hash = "sha256:0bdca6503b1c784b446c745a4542367de7756cfba0d72143b91f9ffb78be569b"}, ] [package.dependencies] @@ -1843,13 +1843,13 @@ requests = ">=2.0.1,<3.0.0" [[package]] name = "rich" -version = "13.9.2" +version = "13.9.3" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false python-versions = ">=3.8.0" files = [ - {file = "rich-13.9.2-py3-none-any.whl", hash = "sha256:8c82a3d3f8dcfe9e734771313e606b39d8247bb6b826e196f4914b333b743cf1"}, - {file = "rich-13.9.2.tar.gz", hash = "sha256:51a2c62057461aaf7152b4d611168f93a9fc73068f8ded2790f29fe2b5366d0c"}, + {file = "rich-13.9.3-py3-none-any.whl", hash = "sha256:9836f5096eb2172c9e77df411c1b009bace4193d6a481d534fea75ebba758283"}, + {file = "rich-13.9.3.tar.gz", hash = "sha256:bc1e01b899537598cf02579d2b9f4a415104d3fc439313a7a2c165d76557a08e"}, ] [package.dependencies] @@ -2322,4 +2322,4 @@ tsconcat = ["ba-tsconcat"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "0fb7aea777b2eeda04e7ce972f4e35e4bb5e223026cd1b807dd862629b24bdf2" +content-hash = "3719c79bb736c3c2dfcab21bdb0005f01618bc2e0e564794a060729a52264bcf" diff --git a/pyproject.toml b/pyproject.toml index 061a9dc0..d5f8f99b 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.1", markers = "extra == 'tsconcat'"} +nibabel = {version = "5.3.2", markers = "extra == 'tsconcat'"} pyarrow = {version = "17.0.0", markers = "extra == 'tsconcat'"} pytest = {version = "*", optional = true} pytest-cov = {version = "*", optional = true}