Skip to content

Commit

Permalink
Bump pytest-cov from 2.12.1 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 3.0.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.12.1...v3.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 23, 2022
1 parent 2cc450c commit cc91b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.0.3
# via
# -r requirements.in
# pip-tools
coverage==5.5
coverage[toml]==5.5
# via pytest-cov
croniter==1.2.0
# via -r requirements.in
Expand Down Expand Up @@ -49,7 +49,7 @@ pytest==6.2.5
# -r requirements.in
# pytest-cov
# pytest-mock
pytest-cov==2.12.1
pytest-cov==3.0.0
# via -r requirements.in
pytest-mock==3.6.1
# via -r requirements.in
Expand All @@ -67,8 +67,8 @@ testfixtures==6.18.3
# via flake8-isort
toml==0.10.2
# via
# coverage
# pytest
# pytest-cov
wrapt==1.13.3
# via deprecated

Expand Down

0 comments on commit cc91b50

Please sign in to comment.