Skip to content

Commit 928a290

Browse files
committed
Update pytest-cov
1 parent afd03a0 commit 928a290

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ python = "^3.6"
4646
pytest = "^6.2"
4747
pytest-asyncio = ">=0.15,<1"
4848
pytest-benchmark = "^3.4"
49-
pytest-cov = "^2.10"
49+
pytest-cov = "^2.12"
5050
pytest-describe = "^2.0"
5151
pytest-timeout = "^1.4"
5252
black = [

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ deps =
4444
pytest>=6.2,<7
4545
pytest-asyncio>=0.15,<1
4646
pytest-benchmark>=3.4,<4
47-
pytest-cov>=2.11,<3
47+
pytest-cov>=2.12,<3
4848
pytest-describe>=2,<3
4949
pytest-timeout>=1.4,<2
5050
commands =

0 commit comments

Comments
 (0)