diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af37efcc0..b488cc12f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -74,7 +74,7 @@ repos: )$ - repo: https://github.com/Yelp/detect-secrets - rev: v1.2.0 + rev: v1.3.0 hooks: - id: detect-secrets args: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab345c78..70d96c4d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +### Operations + +- pre-commit autoupdate + ## [0.156.0] - 2022-07-27 ### Authors