From 0c9e70d623810a5ad23a4310eaf854b55aae6a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:14:00 -0400 Subject: [PATCH] Update pybids requirement from <=0.16.5 to <=0.17.0 (#433) Updates the requirements on [pybids](https://github.com/bids-standard/pybids) to permit the latest version. - [Release notes](https://github.com/bids-standard/pybids/releases) - [Changelog](https://github.com/bids-standard/pybids/blob/master/CHANGELOG.rst) - [Commits](https://github.com/bids-standard/pybids/compare/0.0.1...0.17.0) --- updated-dependencies: - dependency-name: pybids dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fc6d7b41..8e8aca514 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "packaging", "pandas", "psutil <= 6.0.0", - "pybids <= 0.16.5", + "pybids <= 0.17.0", "requests", "sdcflows <= 2.10.0", "sentry-sdk <= 2.9.0",