Skip to content

Commit

Permalink
Merge pull request #50 from calgray/dependabot/pip/pytest-cov-6.0.0
Browse files Browse the repository at this point in the history
Bump pytest-cov from 4.1.0 to 6.0.0
  • Loading branch information
calgray authored Dec 24, 2024
2 parents f94ac19 + 5ae3e10 commit 0533c8d
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 62 deletions.
132 changes: 71 additions & 61 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 @@ -15,7 +15,7 @@ python = "^3.9"

[tool.poetry.group.test.dependencies]
pytest = ">=7,<9"
pytest-cov = "^4.0.0"
pytest-cov = ">=4,<7"
pytest-mypy = "^0.10.0"
pytest-mock = "^3.7.0"
pytest-asyncio = ">=0.20.3,<0.26.0"
Expand Down

0 comments on commit 0533c8d

Please sign in to comment.