From 9c693a8a6384b0e9610e2ecc9e0edd9885ec435c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:02:00 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies (#5816) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 90cea3da35..5bd22b1129 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,7 +32,7 @@ jobs: run: devel/ci/bodhi-ci docs -r pip - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages folder: test_results/pip-docs/html diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba9582949e..60af26251c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,6 +29,6 @@ repos: additional_dependencies: ["toml"] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.8.0' + rev: 'v0.8.1' hooks: - id: ruff