diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 967ce5d72..a3120b17c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black @@ -48,7 +48,7 @@ repos: - "--max-complexity=50" - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.1 + rev: v3.0.3 hooks: - id: prettier types: [yaml, markdown] @@ -58,7 +58,7 @@ repos: )$ - repo: https://github.com/hadialqattan/pycln - rev: v2.2.1 + rev: v2.2.2 hooks: - id: pycln args: [--config=pyproject.toml] diff --git a/CHANGELOG.md b/CHANGELOG.md index 816f6d879..70ca19037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Operations -- Remove version pin on `lmdbm`, `mpire`, `orjson`, and `pennylane` +- Updated `black` , `prettier`, `pycln` package versions in pre-commit config - Changed `actions/checkout@v3` to `actions/checkout@v4` in CI - Dependabot update to npm in changelog action - Update tough-cookie to 4.1.3 version @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Remove version pin on `lmdbm`, `mpire`, `orjson`, and `pennylane` - Changed license to Apache ## [0.229.0-rc.0] - 2023-09-22