diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 99ce6bb..0efb6b1 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -48,7 +48,7 @@ repos:
         args: [--fix, --exit-non-zero-on-fix]
       - id: ruff-format
   - repo: https://github.com/codespell-project/codespell
-    rev: v2.4.0
+    rev: v2.4.1
     hooks:
       - id: codespell
   - repo: https://github.com/pre-commit/mirrors-mypy