diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c413e00..456fa1a 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.11.1 + rev: v0.11.2 hooks: - id: ruff args: diff --git a/pypacter-api/pyproject.toml b/pypacter-api/pyproject.toml index b33aea6..81e0a26 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.11.1"] +devel = ["pypacter-api[devel-types,devel-test]", "ruff==0.11.2"] ################################################################################ ## Build System Configuration diff --git a/pyproject.toml b/pyproject.toml index 8a87b9f..ed24384 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.11.1", + "ruff==0.11.2", "ipykernel", ]