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] <support@github.com>

* Quote markdown link

Compatibility with textual >= 2.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dmunozv04 <39565245+dmunozv04@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-04-12 19:53:11 +02:00
committed by GitHub
parent e9925b02c3
commit ad35ecc778
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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."
)