diff --git a/CHANGELOG.md b/CHANGELOG.md index 304baf6f..14e9c58d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgrade Django to 5.0.7 - Upgrade wagtail to 6.1.3 - Upgrade whitenoise to 6.7.0 +- Upgrade pytest to 8.3.1 ### Removed diff --git a/Company-Project/src/requirements/test.txt b/Company-Project/src/requirements/test.txt index 1fb6dfb7..d3ea2472 100644 --- a/Company-Project/src/requirements/test.txt +++ b/Company-Project/src/requirements/test.txt @@ -3,7 +3,7 @@ # Add extra test requirements here (such as factory-boy) coverage -pytest==8.2.0 +pytest==8.3.1 pytest-django==4.8.0 pytest-env wagtail-factories==4.1.0 diff --git a/{{cookiecutter.project_name}}/src/requirements/test.txt b/{{cookiecutter.project_name}}/src/requirements/test.txt index 1fb6dfb7..d3ea2472 100644 --- a/{{cookiecutter.project_name}}/src/requirements/test.txt +++ b/{{cookiecutter.project_name}}/src/requirements/test.txt @@ -3,7 +3,7 @@ # Add extra test requirements here (such as factory-boy) coverage -pytest==8.2.0 +pytest==8.3.1 pytest-django==4.8.0 pytest-env wagtail-factories==4.1.0