From 205b28950780c70a3087f8517e160f78ee0cafd9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 17:37:53 +0100 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate (#224) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.4...v0.8.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 b09236f..3abee10 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.7.4 + rev: v0.8.1 hooks: # Run the linter. - id: ruff From 3641bf4a9114266ba1c145887b8b185314e6d06c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:58:26 +0100 Subject: [PATCH 2/2] chore(deps): bump ouhammmourachid/poetry-install from 2 to 3 (#227) Bumps [ouhammmourachid/poetry-install](https://github.com/ouhammmourachid/poetry-install) from 2 to 3. - [Release notes](https://github.com/ouhammmourachid/poetry-install/releases) - [Commits](https://github.com/ouhammmourachid/poetry-install/compare/v2...v3) --- updated-dependencies: - dependency-name: ouhammmourachid/poetry-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/make-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-lint.yml b/.github/workflows/make-lint.yml index ffc5b01..3a5b93f 100644 --- a/.github/workflows/make-lint.yml +++ b/.github/workflows/make-lint.yml @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: install dependencies - uses: ouhammmourachid/poetry-install@v2 + uses: ouhammmourachid/poetry-install@v3 - name: create test coverage. run: make coverage - name: upload coverage reports to Codecov