diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1671f79c..40630bd9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,17 +11,17 @@ repos: exclude: "locales" - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.0 + rev: v0.16.1 hooks: - id: ruff-check args: [ --fix ] - id: ruff-format - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.43 + rev: v0.2.48 hooks: - id: rumdl - id: rumdl-fmt - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.28.0 + rev: v1.29.0 hooks: - id: zizmor diff --git a/pyproject.toml b/pyproject.toml index 9095af6e..93a5be76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,9 +39,9 @@ dependencies = [ "python-Levenshtein==0.27.3", "PyYAML==6.0.3", "polib==1.2.0", - "ruff==0.16.0", + "ruff==0.16.1", "setuptools_scm==10.2.1", - "translate-toolkit==3.19.15", + "translate-toolkit==3.19.17", ] [dependency-groups]