From d054c86a1ac6027dfccd696e4d3b5e7b77751a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 07:20:40 +0000 Subject: [PATCH] Bump interop from 1.1.4 to 1.9.0 Bumps [interop](https://github.com/Illumina/interop) from 1.1.4 to 1.9.0. - [Release notes](https://github.com/Illumina/interop/releases) - [Commits](https://github.com/Illumina/interop/compare/v1.1.4...v1.9.0) --- updated-dependencies: - dependency-name: interop dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index a2d2094..d355048 100644 --- a/environment.yml +++ b/environment.yml @@ -5,5 +5,5 @@ channels: dependencies: - pbzip2=1.1.13 - pip: - - interop==1.1.4 + - interop==1.9.0 - multiqc=1.27