Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#200)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update pytest-cov requirement from ~=4.1 to ~=5.0 (#199)

Update `pre-commit` hooks.


Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] committed Apr 10, 2024
1 parent 204dc0c commit e03fa81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-toml
name: Check TOML
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ docs = [
dev = [
"pre-commit~=3.6",
"pytest~=8.0",
"pytest-cov~=4.1",
"pytest-cov~=5.0",
"turtle-canon[docs]",
]

Expand Down

0 comments on commit e03fa81

Please sign in to comment.