From 5b1cc50ee3e2e6f29da157a4385e27b473beb090 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 09:39:01 +0000 Subject: [PATCH 1/2] Update dependency textual to v6.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6b8963272..46da8dbde7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ rich>=13.3.1 rocrate repo2rocrate tabulate -textual==6.5.0 +textual==6.6.0 trogon pdiff ruamel.yaml From 7444013bd28b4a8a19f49eb253802ea4a64408af Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Tue, 11 Nov 2025 09:40:21 +0000 Subject: [PATCH 2/2] [automated] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa0b23aa0..da173f184e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ - fix sync test ([#3885](https://github.com/nf-core/tools/pull/3885)) - fix syntax in dockerfile for devcontainer ([#3887](https://github.com/nf-core/tools/pull/3887)) - Enable authenticated pipeline download from nf-core compatible repos with github api ([#3607](https://github.com/nf-core/tools/pull/3607)) +- Update dependency textual to v6.6.0 ([#3892](https://github.com/nf-core/tools/pull/3892)) ### Template