From 5c3902123fc1ea7156af7a53776c24e2cff1b565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 04:07:13 +0000 Subject: [PATCH 1/5] Bump pre-commit from 3.0.2 to 3.0.3 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: pre-commit 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 c833d45..af3afcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ environs==9.5.0 loguru==0.6.0 -pre-commit==3.0.2 +pre-commit==3.0.3 requests==2.28.2 selectolax==0.3.12 tqdm==4.64.1 From ae5cc4cc9a61098930733d70db4fbb29dad06f6f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:33:10 +0000 Subject: [PATCH 2/5] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0) --- .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 2547b9b..64593c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black From be056d00af0beac06d687dce4a1331d192e12317 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:33:20 +0000 Subject: [PATCH 3/5] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 0927a1c..98a757f 100644 --- a/main.py +++ b/main.py @@ -54,7 +54,6 @@ def main() -> None: ) if len(config.alternative_youtube_music_patches) and "youtube_music" in config.apps: for alternative_patch in config.alternative_youtube_music_patches: - _, version, is_experimental = patcher.get_app_configs("youtube_music") was_inverted = parser.invert_patch(alternative_patch) if was_inverted: From 4c2037b798553a8a20c3d03b88efc48d192543bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 04:29:23 +0000 Subject: [PATCH 4/5] Bump pre-commit from 3.0.3 to 3.0.4 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: pre-commit 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 af3afcf..c70caae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ environs==9.5.0 loguru==0.6.0 -pre-commit==3.0.3 +pre-commit==3.0.4 requests==2.28.2 selectolax==0.3.12 tqdm==4.64.1 From f99ce62fd247cd4470400425f14e4a01b4890265 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 18:12:49 +0000 Subject: [PATCH 5/5] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.991...v1.0.0) --- .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 64593c9..e4acd70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: args: [ "--config=setup.cfg" ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.0.0 hooks: - id: mypy args: