diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a6feed..cab898a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: mixed-line-ending # replaces or checks mixed line ending - id: trailing-whitespace # checks for trailing whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.6 + rev: v0.9.9 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] diff --git a/requirements.txt b/requirements.txt index e6d3522..d1418f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -aiohttp==3.11.12 +aiohttp==3.11.13 appdirs==1.4.4 async-cache==1.1.1 -pyytlounge==2.1.2 +pyytlounge==2.2.1 rich==13.9.4 ssdp==1.3.0 textual==1.0.0 textual-slider==0.2.0 xmltodict==0.14.2 -rich_click==1.8.5 +rich_click==1.8.6