diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a1d1e4..2cf02fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: check-added-large-files - id: check-case-conflict diff --git a/CHANGELOG.md b/CHANGELOG.md index b32f338..77de7a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update `check-manifest` hook to v0.47 - Update `isort` hook to v5.10.1 - Update `flake8` hook to v4.0.1 +- Update `pre-commit/pre-commit-hooks` to v4.1.0 - Update `thomaseizinger/create-pull-request` GitHub action to v1.2.2 - Update `thomaseizinger/keep-a-changelog-new-release` GitHub action to v1.3.0