Skip to content

Commit

Permalink
Merge pull request #2 from bckohan/dependabot/pip/pytest-cov-5.0.0
Browse files Browse the repository at this point in the history
Bump pytest-cov from 4.1.0 to 5.0.0
  • Loading branch information
bckohan committed Jun 4, 2024
2 parents c22000b + d2f9fd4 commit 05302b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -55,7 +55,7 @@ typing-extensions = { version = ">=3.7.4.3", markers = "python_version < '3.10'"
[tool.poetry.group.dev.dependencies]
ipdb = "^0.13.13"
pytest-django = "^4.7.0"
pytest-cov = "^4.1.0"
pytest-cov = "^5.0.0"
Sphinx = [
{ version = "^7.2.0", markers = "python_version > '3.8'" },
{ version = "^7.0.0", markers = "python_version <= '3.8'" },
Expand Down

0 comments on commit 05302b1

Please sign in to comment.