diff --git a/pyproject.toml b/pyproject.toml index f22da1e365..ec2fbc8af5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ license = {file = "LICENSE"} requires-python = ">=3.10" dependencies = [ "acres >= 0.2", - "indexed_gzip >= 0.8.8", + "indexed_gzip >= 1.7", "lockfile >= 0.12.2", "looseversion >= 1.3.0", "matplotlib >= 3.5", @@ -29,9 +29,9 @@ dependencies = [ "niworkflows >= 1.12.0", "numpy >= 1.24", "packaging >= 24", - "pybids >= 0.15.1", - "pyyaml >= 5.4", - "templateflow >= 24.1", + "pybids >= 0.16", + "pyyaml >= 6.0", + "templateflow >= 24.2", ] dynamic = ["version"] @@ -57,7 +57,7 @@ doc = [ duecredit = ["duecredit"] test = [ "coverage[toml] >= 5.2.1", - "pytest >= 7", + "pytest >= 8.1", "pytest-cov >= 2.11", "pytest-env", "pytest-xdist >= 2.5", @@ -117,7 +117,7 @@ per-file-ignores = [ ] [tool.pytest.ini_options] -minversion = "7" +minversion = "8" log_cli_level = "INFO" xfail_strict = true norecursedirs = [".git"]