From aa70ab76b10a972fa0277a33ff0d1d2883c0e4da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 03:19:29 +0000 Subject: [PATCH] Bump toil[cwl] from 9.1.0 to 9.1.1 Bumps [toil[cwl]](https://github.com/DataBiosphere/toil) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/DataBiosphere/toil/releases) - [Commits](https://github.com/DataBiosphere/toil/compare/releases/9.1.0...releases/9.1.1) --- updated-dependencies: - dependency-name: toil[cwl] dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79f3d04..47e7234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ Download = "https://github.com/common-workflow-language/cwltool-service/releases [project.optional-dependencies] cwltool = ["cwlref-runner"] arvados = ["arvados-cwl-runner"] -toil = ["toil[cwl]==9.1.0"] +toil = ["toil[cwl]==9.1.1"] [project.scripts] wes-server = "wes_service.wes_service_main:main"