Skip to content
Open
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
Bump pytest from 7.0.1 to 9.0.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 9.0.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.0.1...9.0.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 13, 2026
commit e38b09e9e38de56e9b8b58da9554d25b01a38c62
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

TESTS_REQUIRES = [
'flake8',
'pytest==7.0.1',
'pytest==9.0.3',
'pytest-mock==3.11.1',
'coverage==7.0.0',
'pytest-cov==4.1.0',
Expand Down
Loading