Skip to content

Commit

Permalink
Merge pull request #160 from AliSayyah/dependabot/pip/pytest-cov-4.0.0
Browse files Browse the repository at this point in the history
Bump pytest-cov from 3.0.0 to 4.0.0
  • Loading branch information
AliSayyah authored Jan 3, 2023
2 parents 61e5b99 + 54537cc commit 26bef20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -38,7 +38,7 @@ flake8 = { version = ">=4.0.1,<6.0.0", optional = true }
flake8-docstrings = { version = "^1.6.0", optional = true }
mypy = { version = ">=0.931,<0.972", optional = true }
pytest = { version = ">=6.2.4,<8.0.0", optional = true }
pytest-cov = { version = "^3.0.0", optional = true }
pytest-cov = { version = ">=3,<5", optional = true }
pytest-django = { version = "^4.5.2", optional = true }
tox = { version = "^3.20.1", optional = true }
virtualenv = { version = "^20.2.2", optional = true }
Expand Down

0 comments on commit 26bef20

Please sign in to comment.