From ad35ecc778999cefce75599da394679486f1495c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 19:53:11 +0200 Subject: [PATCH] Bump textual from 1.0.0 to 2.1.2 (#265) * Bump textual from 1.0.0 to 2.1.2 Bumps [textual](https://github.com/Textualize/textual) from 1.0.0 to 2.1.2. - [Release notes](https://github.com/Textualize/textual/releases) - [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/textual/compare/v1.0.0...v2.1.2) --- updated-dependencies: - dependency-name: textual dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Quote markdown link Compatibility with textual >= 2.0 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dmunozv04 <39565245+dmunozv04@users.noreply.github.com> --- requirements.txt | 2 +- src/iSponsorBlockTV/setup_wizard.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 734abeb..c9656c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ async-cache==1.1.1 pyytlounge==2.3.0 rich==13.9.4 ssdp==1.3.0 -textual==1.0.0 +textual==2.1.2 textual-slider==0.2.0 xmltodict==0.14.2 rich_click==1.8.8 diff --git a/src/iSponsorBlockTV/setup_wizard.py b/src/iSponsorBlockTV/setup_wizard.py index 2395985..653a0b7 100644 --- a/src/iSponsorBlockTV/setup_wizard.py +++ b/src/iSponsorBlockTV/setup_wizard.py @@ -640,7 +640,7 @@ class ApiKeyManager(Vertical): yield Label("YouTube Api Key", classes="title") yield Label( "You can get a YouTube Data API v3 Key from the" - " [link=https://console.developers.google.com/apis/credentials]Google Cloud" + " [link='https://console.developers.google.com/apis/credentials']Google Cloud" " Console[/link]. This key is only required if you're whitelisting" " channels." )