From 04312a2b7612a8cf18a4a7b1c8508df6f18dfaf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 20:04:06 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [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/v7.0.0...v7.0.1) Updates `actions/setup-python` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6.3.0...v7.0.0) Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [pre-commit](https://github.com/pre-commit/pre-commit), [tox-uv](https://github.com/tox-dev/tox-uv) and [wlc](https://github.com/WeblateOrg/wlc). Updates `pre-commit` from 4.6.0 to 4.6.1 - [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/v4.6.0...v4.6.1) Updates `tox-uv` from 1.35.2 to 1.36.0 - [Release notes](https://github.com/tox-dev/tox-uv/releases) - [Commits](https://github.com/tox-dev/tox-uv/compare/1.35.2...1.36.0) Updates `wlc` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/WeblateOrg/wlc/releases) - [Changelog](https://github.com/WeblateOrg/wlc/blob/main/CHANGES.rst) - [Commits](https://github.com/WeblateOrg/wlc/compare/2.1.0...2.1.1) Bump https://github.com/rvben/rumdl-pre-commit in the dependencies group Bumps the dependencies group with 1 update: [https://github.com/rvben/rumdl-pre-commit](https://github.com/rvben/rumdl-pre-commit). Updates `https://github.com/rvben/rumdl-pre-commit` from v0.2.28 to 0.2.46 - [Release notes](https://github.com/rvben/rumdl-pre-commit/releases) - [Commits](https://github.com/rvben/rumdl-pre-commit/compare/v0.2.28...v0.2.46) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tox-uv dependency-version: 1.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: wlc dependency-version: 2.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: https://github.com/rvben/rumdl-pre-commit dependency-version: 0.2.46 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 4 ++-- .github/workflows/translate.yml | 4 ++-- .pre-commit-config.yaml | 2 +- pyproject.toml | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b71e7cdc..b8063748 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,12 +31,12 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: fetch-depth: 1 - name: Set up Python - uses: actions/setup-python@v6.3.0 + uses: actions/setup-python@v7.0.0 with: python-version: "3.X" cache: pip diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7cf53601..1a6dadfc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,12 +26,12 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: fetch-depth: 1 - name: Set up Python - uses: actions/setup-python@v6.3.0 + uses: actions/setup-python@v7.0.0 with: python-version: "3.X" cache: pip diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index c88fd028..3d864860 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -18,13 +18,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: fetch-depth: 1 token: ${{ secrets.BRUTUS_PAT_TOKEN }} - name: Set up Python - uses: actions/setup-python@v6.3.0 + uses: actions/setup-python@v7.0.0 with: python-version: "3.X" cache: pip diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 321c08b8..bb2d5d2c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: exclude: "locales" - id: trailing-whitespace - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.28 + rev: v0.2.46 hooks: - id: rumdl args: [] diff --git a/pyproject.toml b/pyproject.toml index 9e348c6e..8ceac7e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [dependency-groups] pre-commit = [ - "pre-commit == 4.6.0", + "pre-commit == 4.6.1", ] redirects = [ @@ -8,11 +8,11 @@ redirects = [ ] tox-uv = [ - "tox-uv == 1.35.2", + "tox-uv == 1.36.0", ] wlc = [ - "wlc == 2.1.0", + "wlc == 2.1.1", ] dev = [