Skip to content

Commit

Permalink
Bump coverage from 7.5.1 to 7.5.2
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.1 to 7.5.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.1...7.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 696b66b commit 664ecc2
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 56 deletions.
111 changes: 56 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tabulate = "0.9.0"
onnxruntime = "1.17.3"

[tool.poetry.dev-dependencies]
coverage = { version = "7.5.1", extras = ["toml"] }
coverage = { version = "7.5.2", extras = ["toml"] }

[tool.poetry.scripts]
tests = "tests.discover:run"
Expand Down

0 comments on commit 664ecc2

Please sign in to comment.