From dbe64edf8842d3224382a139005cb10b018be914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 10:17:21 +0000 Subject: [PATCH 1/4] Bump pyytlounge from 2.1.2 to 2.2.1 Bumps [pyytlounge](https://github.com/FabioGNR/pyytlounge) from 2.1.2 to 2.2.1. - [Release notes](https://github.com/FabioGNR/pyytlounge/releases) - [Changelog](https://github.com/FabioGNR/pyytlounge/blob/master/CHANGELOG.md) - [Commits](https://github.com/FabioGNR/pyytlounge/compare/v2.1.2...v2.2.1) --- updated-dependencies: - dependency-name: pyytlounge dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6d3522..3d8f3e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiohttp==3.11.12 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 From 7b0cfc5e687c2d9a10f36523a8a541936a447bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:32:44 +0000 Subject: [PATCH 2/4] Bump aiohttp from 3.11.12 to 3.11.13 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.12 to 3.11.13. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.12...v3.11.13) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3d8f3e7..db43eba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.11.12 +aiohttp==3.11.13 appdirs==1.4.4 async-cache==1.1.1 pyytlounge==2.2.1 From 6250353cb24705b9a621d0d98b2faed41bfe441b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:32:46 +0000 Subject: [PATCH 3/4] Bump rich-click from 1.8.5 to 1.8.6 Bumps [rich-click](https://github.com/ewels/rich-click) from 1.8.5 to 1.8.6. - [Release notes](https://github.com/ewels/rich-click/releases) - [Changelog](https://github.com/ewels/rich-click/blob/main/CHANGELOG.md) - [Commits](https://github.com/ewels/rich-click/compare/v1.8.5...v1.8.6) --- updated-dependencies: - dependency-name: rich-click dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db43eba..d1418f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,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 From 53d7405a9c3b0de3ca6c6e242936fbc708cf854f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:36:53 +0000 Subject: [PATCH 4/4] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.6...v0.9.9) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]