Skip to content

Commit

Permalink
Update coverage (7.3.2 -> 7.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedejaure committed Dec 28, 2023
1 parent 6c72658 commit a838d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- black from `^23.11.0` to `^23.12.1`.
- pre-commit from `^3.5.0` to `^3.6.0`.
- github/codeql-action from `v2` to `v3`.
- coverage from `^7.3.2` to `^7.4.0`.

### Removed
- falke8 and flakeheaven.
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ watchdog = {version = "^3.0.0", extras = ["watchmedo"]}
[tool.poetry.group.test.dependencies]
pytest = "^7.4.3"
xdoctest = "^1.1.2"
coverage = {version = "^7.3.2", extras = ["toml"]}
coverage = {version = "^7.4.0", extras = ["toml"]}
pytest-cov = "^4.1.0"

[tool.poetry.group.linters.dependencies]
Expand Down

0 comments on commit a838d7d

Please sign in to comment.