Skip to content

Commit

Permalink
chore(deps): update pytest requirement from ==7.*,>=7.4 to ==7.* (#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.4.0...7.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 5a7a649 commit 671f7aa
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,5 +1,5 @@
coverage[toml] >= 7.3, == 7.*
pytest >= 7.4, == 7.*
pytest == 7.*
pytest-cov >= 4.1, == 4.*
pytest-timeout >= 2.1, == 2.*
pytest-xdist >= 3.3.1, == 3.*
Expand Down

0 comments on commit 671f7aa

Please sign in to comment.