Skip to content

Commit

Permalink
chore(dev): pin dependency pytest-cov to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 1, 2023
1 parent 7f062d9 commit 265912f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -27,7 +27,7 @@ sqlacodegen = "2.3.0"
# tests
coverage = { version = "==7.2.7", extras = ["toml"] }
pytest = "==7.4.0"
pytest-cov = "^4.1.0"
pytest-cov = "4.1.0"
pytest-dotenv = "0.5.2"
pytest-github-actions-annotate-failures = "==0.2.0"
pytest-env = "==0.8.2"
Expand Down

0 comments on commit 265912f

Please sign in to comment.