diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f577110..a963c8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,10 +31,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Set up Python - uses: actions/setup-python@v6.3.0 + uses: actions/setup-python@v7.0.0 with: python-version: "3.X" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4d84d2..4f53063 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,18 +10,18 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/docformatter - rev: v1.7.7 + rev: v1.7.8 hooks: - id: docformatter args: [--in-place, --black] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.22 + rev: v0.16.0 hooks: - id: ruff-format - id: ruff-check args: [ --fix ] - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.37 + rev: v0.2.43 hooks: - id: rumdl - id: rumdl-fmt diff --git a/pyproject.toml b/pyproject.toml index 438eafc..64456ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,10 +8,10 @@ briefcase = [ "briefcase @ git+https://github.com/beeware/briefcase", # provides cookiecutter ] pre-commit = [ - "pre-commit == 4.6.0", + "pre-commit == 4.6.1", ] tox = [ - "tox-uv == 1.35.2", + "tox-uv == 1.36.0", ] verify = [ "toml == 0.10.2",