Skip to content

Commit

Permalink
chore(deps-dev): bump pytest-cov from 5.0.0 to 6.0.0 in /requirements (
Browse files Browse the repository at this point in the history
…#698)

* chore(deps-dev): bump pytest-cov from 5.0.0 to 6.0.0 in /requirements

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Pin pytest-cov versions based on the python version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Haresh Nasit <84355507+hnnasit@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and hnnasit authored Nov 15, 2024
1 parent 568acc4 commit 69a19ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
coverage==7.6.4; python_version>="3.9"
coverage==7.6.1; python_version<"3.9"
flake8==3.8.4
pytest-cov==5.0.0
pytest-cov==6.0.0; python_version>="3.9"
pytest-cov==5.0.0; python_version<"3.9"

# Test requirements
pytest>=6.1.1
Expand Down

0 comments on commit 69a19ad

Please sign in to comment.