diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7601112..6f0c86b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: - '@biomejs/biome@1.9.4' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.10.0 + rev: v0.11.0 hooks: - id: ruff args: diff --git a/pypacter-api/pyproject.toml b/pypacter-api/pyproject.toml index 3ae762f..0304b7a 100644 --- a/pypacter-api/pyproject.toml +++ b/pypacter-api/pyproject.toml @@ -51,7 +51,7 @@ devel-types = [ "pydantic~=2.9", ] devel-test = ["pytest", "pytest-cov", "coverage[toml]", "uvicorn"] -devel = ["pypacter-api[devel-types,devel-test]", "ruff==0.10.0"] +devel = ["pypacter-api[devel-types,devel-test]", "ruff==0.11.0"] ################################################################################ ## Build System Configuration diff --git a/pyproject.toml b/pyproject.toml index 0477544..fa03300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ devel-types = ["mypy==1.15.0", "pydantic~=2.9", "types-pyyaml", "types-pygments" devel = [ "pypacter[devel-test,devel-types]", "pypacter-api[devel]", - "ruff==0.10.0", + "ruff==0.11.0", "ipykernel", ]