Bump pytest-cov from 5.0.0 to 6.0.0 (#2183)

* Bump pytest-cov from 5.0.0 to 6.0.0

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](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.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>

* Update requirements/test-ci.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>
This commit is contained in:
dependabot[bot] 2024-10-30 15:00:00 +02:00 committed by GitHub
parent 2f2190b023
commit 6c00d9af15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
pytest-cov==5.0.0
pytest-cov==5.0.0; python_version<"3.9"
pytest-cov==6.0.0; python_version>="3.9"
codecov==2.1.13; sys_platform == 'win32'
librabbitmq>=2.0.0; sys_platform == 'win32'
-r extras/redis.txt