From dd428e9788cd902fbe50ab23e1cbd57b8abaa582 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 18:14:02 +0000 Subject: [PATCH 01/10] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/PyCQA/docformatter: v1.6.5 → v1.7.1](https://github.com/PyCQA/docformatter/compare/v1.6.5...v1.7.1) --- .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 5bd97fe82f3..b42df42e103 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: args: [ --config=setup.cfg ] - repo: https://github.com/PyCQA/docformatter - rev: v1.6.5 + rev: v1.7.1 hooks: - id: docformatter args: [ --in-place ] From fb379a85af06a6e66f09050403051d9eaa2e908c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 18:16:21 +0000 Subject: [PATCH 02/10] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/parser.py | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/parser.py b/src/parser.py index 72332650920..cfbea885d03 100644 --- a/src/parser.py +++ b/src/parser.py @@ -36,24 +36,18 @@ def exclude(self, name: str) -> None: self._EXCLUDED.append(name) def get_excluded_patches(self) -> List[str]: - """ - Getter to get all excluded patches - :return: List of excluded patches - """ + """Getter to get all excluded patches :return: List of excluded + patches.""" return self._EXCLUDED def get_all_patches(self) -> List[str]: - """ - Getter to get all excluded patches - :return: List of excluded patches - """ + """Getter to get all excluded patches :return: List of excluded + patches.""" return self._PATCHES def invert_patch(self, name: str) -> bool: - """ - Getter to get all excluded patches - :return: List of excluded patches - """ + """Getter to get all excluded patches :return: List of excluded + patches.""" try: patch_index = self._PATCHES.index(name) if self._PATCHES[patch_index - 1] == "-e": From adb6f323a1f9d41bcbfac44ae83c6b24d5637ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 05:04:03 +0000 Subject: [PATCH 03/10] Bump requests from 2.30.0 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.30.0...v2.31.0) --- updated-dependencies: - dependency-name: requests 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 12f13527932..15b0d915048 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ environs==9.5.0 loguru==0.7.0 pre-commit==3.3.1 -requests==2.30.0 +requests==2.31.0 selectolax==0.3.12 tqdm==4.65.0 From c8d29175a768c5523f969c6d589a3a100e4a29ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 05:24:48 +0000 Subject: [PATCH 04/10] Bump pre-commit from 3.3.1 to 3.3.2 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.1 to 3.3.2. - [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.3.1...v3.3.2) --- 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 15b0d915048..7700b2c9e8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ environs==9.5.0 loguru==0.7.0 -pre-commit==3.3.1 +pre-commit==3.3.2 requests==2.31.0 selectolax==0.3.12 tqdm==4.65.0 From 451c0216dfb391f899bfbe5746ce990d7f76419d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 05:12:32 +0000 Subject: [PATCH 05/10] Bump selectolax from 0.3.12 to 0.3.14 Bumps [selectolax](https://github.com/rushter/selectolax) from 0.3.12 to 0.3.14. - [Release notes](https://github.com/rushter/selectolax/releases) - [Changelog](https://github.com/rushter/selectolax/blob/master/CHANGES.rst) - [Commits](https://github.com/rushter/selectolax/compare/v0.3.12...v0.3.14) --- updated-dependencies: - dependency-name: selectolax 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 7700b2c9e8e..9ad6d644413 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ environs==9.5.0 loguru==0.7.0 pre-commit==3.3.2 requests==2.31.0 -selectolax==0.3.12 +selectolax==0.3.14 tqdm==4.65.0 From b9de132c42cca2db73a4afd8110ef277f8ee3eba Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 18:13:57 +0000 Subject: [PATCH 06/10] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/hadialqattan/pycln: v2.1.3 → v2.1.5](https://github.com/hadialqattan/pycln/compare/v2.1.3...v2.1.5) --- .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 b42df42e103..054ff53ff7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: args: [ "--profile", "black", ] - repo: https://github.com/hadialqattan/pycln - rev: v2.1.3 + rev: v2.1.5 hooks: - id: pycln args: [ --config=setup.cfg ] From faa00c89409488f5386f4d316380e32e5674dbcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 05:09:58 +0000 Subject: [PATCH 07/10] Bump actions/checkout from 3.5.2 to 3.5.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-artifact.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index 69451426ce0..e68b545a980 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: Update Env for custom build run: | diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7746f2bf011..def52b2af11 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 - name: Initialize CodeQL uses: github/codeql-action/init@v2 From 62846ed8e8df98cfaa6590bd3a19da85f7c62181 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 18:23:51 +0000 Subject: [PATCH 08/10] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/PyCQA/docformatter: v1.7.1 → v1.7.2](https://github.com/PyCQA/docformatter/compare/v1.7.1...v1.7.2) --- .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 054ff53ff7b..fe61b13b38a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: args: [ --config=setup.cfg ] - repo: https://github.com/PyCQA/docformatter - rev: v1.7.1 + rev: v1.7.2 hooks: - id: docformatter args: [ --in-place ] From 14bc1d4528baf6cfc0cd94fb1fb2dadaac4113ee Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 18:24:00 +0000 Subject: [PATCH 09/10] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/patches.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/patches.py b/src/patches.py index aa2179d9698..681436b0836 100644 --- a/src/patches.py +++ b/src/patches.py @@ -190,7 +190,8 @@ def get_app_configs(self, app: str) -> Tuple[List[Dict[str, str]], str, bool]: """Get Configurations for a given app. :param app: Name of the application - :return: All Patches , Its version and whether it is experimental + :return: All Patches , Its version and whether it is + experimental """ experiment = False total_patches, recommended_version = self.get(app=app) From afe80168272bc7cf71197972f5ecea963a28be14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 05:04:02 +0000 Subject: [PATCH 10/10] Bump pre-commit from 3.3.2 to 3.3.3 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.2 to 3.3.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.3.2...v3.3.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 9ad6d644413..2ab5f3a3bff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ environs==9.5.0 loguru==0.7.0 -pre-commit==3.3.2 +pre-commit==3.3.3 requests==2.31.0 selectolax==0.3.14 tqdm==4.65.0