Skip to content

Commit

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

---
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] committed May 6, 2024
1 parent 1ab0320 commit 0d54b22
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
108 changes: 54 additions & 54 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 @@ -30,7 +30,7 @@ ruff = "^0.4.3"
pytest-coverage = "^0.0"
aiohttp = "^3.9.5"
pytest-asyncio = "^0.23.6"
coverage = {extras = ["toml"], version = "^7.5.0"}
coverage = {extras = ["toml"], version = "^7.5.1"}

[tool.pytest.ini_options]
addopts = "-p no:warnings --cov pydid --doctest-modules"
Expand Down

0 comments on commit 0d54b22

Please sign in to comment.