Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black

- repo: https://github.com/adamchainz/blacken-docs
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
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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
First public release of PyMechanical