Skip to content

Commit

Permalink
build(deps): bump coverage from 7.5.3 to 7.5.4 in /requirements (#271)
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.3 to 7.5.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.3...7.5.4)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 9dbb322 commit 7e8ef13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/_tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage ==7.2.7; python_version < '3.8'
coverage ==7.5.3; python_version >= '3.8'
coverage ==7.5.4; python_version >= '3.8'
pytest ==7.4.3; python_version < '3.8'
pytest ==8.2.2; python_version >= '3.8'
pytest-cov ==5.0.0
Expand Down

0 comments on commit 7e8ef13

Please sign in to comment.