Skip to content

Commit

Permalink
Update pytest requirement in the all-dependencies group
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.

Updates `pytest` to 8.3.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.0...8.3.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 21, 2024
1 parent 43a806e commit 2024593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cov-core~=1.15
coverage~=7.6
flake8~=7.1
mock~=5.1
pytest~=8.2
pytest~=8.3
pytest-cov~=5.0
pytest-gitignore~=1.3
pytest-mock~=3.14
Expand Down

0 comments on commit 2024593

Please sign in to comment.