diff --git a/CHANGELOG.md b/CHANGELOG.md index edb79fe25..ca6d6d19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee - Bump `pytest-print` from 0.3.3 to 1.0.0 ([#369](https://github.com/ansys/pymechanical/pull/369)) - Bump `tj-actions/changed-files` from 37 to 38 ([#367](https://github.com/ansys/pymechanical/pull/367)) - Bump `imageio` from 2.31.1 to 2.31.2 ([#370](https://github.com/ansys/pymechanical/pull/370)) -- Bump `pytest` from 7.4.0 to 7.4.1 ([#375](https://github.com/ansys/pymechanical/pull/375)) +- Bump `pytest` from 7.4.0 to 7.4.2 ([#375](https://github.com/ansys/pymechanical/pull/375), [#389](https://github.com/ansys/pymechanical/pull/389)) - Bump `actions/checkout` from 3 to 4 ([#379](https://github.com/ansys/pymechanical/pull/379)) - Bump `imageio` from 2.31.2 to 2.31.3 ([#376](https://github.com/ansys/pymechanical/pull/376)) - Bump `sphinx-notfound-page` from 1.0.0rc1 to 1.0.0 ([#374](https://github.com/ansys/pymechanical/pull/374)) diff --git a/pyproject.toml b/pyproject.toml index 1aab214d2..8261cebc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ Tracker = "https://github.com/ansys/pymechanical/issues" [project.optional-dependencies] tests = [ - "pytest==7.4.1", + "pytest==7.4.2", "pytest-cov==4.1.0", "pytest-print==1.0.0", ]