Skip to content

Commit

Permalink
Python Package(deps): Bump pytest-cov in /python-package
Browse files Browse the repository at this point in the history
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.11.1 to 2.12.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v2.11.1...v2.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 15, 2021
1 parent 61f51f7 commit 5c1fad2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions python-package/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ autopep8==1.5.7
# via -r requirements/dev.in
click==7.1.2
# via pip-tools
coverage==5.5
coverage[toml]==5.5
# via
# -r requirements/tests.in
# pytest-cov
Expand Down Expand Up @@ -84,7 +84,7 @@ pyflakes==2.3.1
# via flake8
pyparsing==2.4.7
# via packaging
pytest-cov==2.11.1
pytest-cov==2.12.0
# via -r requirements/tests.in
pytest-mock==3.6.1
# via -r requirements/tests.in
Expand All @@ -102,6 +102,7 @@ testfixtures==6.17.1
toml==0.10.2
# via
# autopep8
# coverage
# pep517
# pytest
# tox
Expand Down
8 changes: 5 additions & 3 deletions python-package/requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
attrs==21.2.0
# via pytest
coverage==5.5
coverage[toml]==5.5
# via
# -r requirements/tests.in
# pytest-cov
Expand All @@ -24,7 +24,7 @@ py==1.10.0
# via pytest
pyparsing==2.4.7
# via packaging
pytest-cov==2.11.1
pytest-cov==2.12.0
# via -r requirements/tests.in
pytest-mock==3.6.1
# via -r requirements/tests.in
Expand All @@ -34,4 +34,6 @@ pytest==6.2.4
# pytest-cov
# pytest-mock
toml==0.10.2
# via pytest
# via
# coverage
# pytest

0 comments on commit 5c1fad2

Please sign in to comment.