Skip to content

Commit

Permalink
chore(deps): update pytest requirement from ==7.* to ==8.*
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.
- [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.0rc1...8.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 3e369f9 commit aafd9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coverage[toml] ~= 7.2; python_version == '3.7'
coverage[toml] == 7.*; python_version > '3.7'
coverage-conditional-plugin == 0.9.*
pytest == 7.*
pytest == 8.*
pytest-cov == 5.*
pytest-timeout == 2.*
pytest-xdist == 3.*
Expand Down

0 comments on commit aafd9dc

Please sign in to comment.