Skip to content

Commit

Permalink
Upgrade pytest to 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marteinn committed Jul 24, 2024
1 parent 4addb91 commit 4a0443c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Company-Project/src/requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/src/requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a0443c

Please sign in to comment.