diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a7b19ddc..4ac6dc2c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.1" + rev: "v0.9.2" hooks: - id: ruff-format - id: ruff diff --git a/docs/changelog.rst b/docs/changelog.rst index c0aa85e79..57c254eef 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,7 +10,7 @@ v20.29.1 (2025-01-17) Bugfixes - 20.29.1 ~~~~~~~~~~~~~~~~~~ -- Fix PyInfo cache incompatbility warnings - by :user:`robsdedude`. (:issue:`2827`) +- Fix PyInfo cache incompatibility warnings - by :user:`robsdedude`. (:issue:`2827`) v20.29.0 (2025-01-15) ---------------------