From a86167cdf83ad6b07fcf3c7d94db6d18751471c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 09:49:48 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies (#5858) 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 d565e6b7dc..822bc33e76 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.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: branch: gh-pages folder: test_results/pip-docs/html diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f278a646b8..a491ce5c5a 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.9.6' + rev: 'v0.9.7' hooks: - id: ruff