diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad739429c..d898d71d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black @@ -9,7 +9,7 @@ repos: rev: 1.16.0 hooks: - id: blacken-docs - additional_dependencies: [black==23.9.1] + additional_dependencies: [black==23.11.0] - repo: https://github.com/pycqa/isort rev: 5.12.0 @@ -27,7 +27,7 @@ repos: - id: codespell - repo: https://github.com/ansys/pre-commit-hooks - rev: v0.2.0 + rev: v0.2.1 hooks: - id: add-license-headers diff --git a/CHANGELOG.md b/CHANGELOG.md index bb0c4cdf0..123606a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee - Update temporary file creation in test_app ([#466](https://github.com/ansys/pymechanical/pull/466)) ### Dependencies -- Update ``pre-commit`` ([#431](https://github.com/ansys/pymechanical/pull/431), [#471](https://github.com/ansys/pymechanical/pull/471)) +- Update ``pre-commit`` ([#431](https://github.com/ansys/pymechanical/pull/431), [#471](https://github.com/ansys/pymechanical/pull/471), [#489](https://github.com/ansys/pymechanical/pull/489)) - Bump `numpydoc` from 1.5.0 to 1.6.0 ([#428](https://github.com/ansys/pymechanical/pull/428)) - Bump `ansys-sphinx-theme` from 0.11.2 to 0.12.4 ([#427](https://github.com/ansys/pymechanical/pull/427), [#463](https://github.com/ansys/pymechanical/pull/463), [#480](https://github.com/ansys/pymechanical/pull/480)) - Bump `grpcio` from 1.58.0 to 1.59.2 ([#429](https://github.com/ansys/pymechanical/pull/429), [#485](https://github.com/ansys/pymechanical/pull/485)) @@ -298,4 +298,4 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee ## [0.7.1](https://github.com/ansys/pymechanical/releases/tag/v0.7.1) - April 10 2023 -First public release of PyMechanical \ No newline at end of file +First public release of PyMechanical