Skip to content

Commit

Permalink
build(deps-dev): bump coverage from 7.4.4 to 7.5.1
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.4 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.4.4...7.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 537e084 commit aa3f1a0
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 @@ -40,7 +40,7 @@ graphql-core = "^3.0"
ujson = ">=2"

[tool.poetry.dev-dependencies]
coverage = { version = "^7.4", extras = ["toml"]}
coverage = { version = "^7.5", extras = ["toml"]}
pytest = "^8.1"
pytest-asyncio = "^0.23"
pytest-cov = "^5.0"
Expand Down

0 comments on commit aa3f1a0

Please sign in to comment.