diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c896c340..60b06c755 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: additional_dependencies: [black==23.11.0] - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6124d40..9b0227ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee - Fix ansys-mechanical finding path ([#516](https://github.com/ansys/pymechanical/pull/516)) ### Changed - + - Update ``pre-commit`` ([#528](https://github.com/ansys/pymechanical/pull/528)) - Update python minimum requirement from 3.8 to 3.9 ([#484](https://github.com/ansys/pymechanical/pull/484)) - remove version limit for protobuf ([#432](https://github.com/ansys/pymechanical/pull/432)) - remove legacy configuration test ([#436](https://github.com/ansys/pymechanical/pull/436))