Skip to content

Commit

Permalink
chore(deps): bump pytest-cov in the python-packages group (#40)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 1 update: [pytest-cov](https://github.com/pytest-dev/pytest-cov).


Updates `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:production
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2024
1 parent 011d122 commit ac7b580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ wiki = "https://github.com/Nicconike/Steam-Stats/wiki"
[project.optional-dependencies]
test = [
"pytest-asyncio==0.24.0",
"pytest-cov==5.0.0",
"pytest-cov==6.0.0",
"pytest-mock==3.14.0",
"requests-mock==1.12.1"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ playwright==1.48.0
PyGithub==2.4.0
pylint==3.3.1
pytest-asyncio==0.24.0
pytest-cov==5.0.0
pytest-cov==6.0.0
pytest-mock==3.14.0
python-semantic-release==9.12.0
requests-mock==1.12.1

0 comments on commit ac7b580

Please # to comment.