alanjds / drf-nested-routers

Nested Routers for Django Rest Framework
https://pypi.org/project/drf-nested-routers/
Apache License 2.0
1.66k stars 157 forks source link

Update pytest-cov to 5.0.0 #336

Closed pyup-bot closed 5 months ago

pyup-bot commented 5 months ago

This PR updates pytest-cov from 4.1.0 to 5.0.0.

Changelog ### 5.0.0 ``` ------------------ * Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in `623 <https://github.com/pytest-dev/pytest-cov/pull/623>`_. * Switched docs theme to Furo. * Various legacy Python cleanup and CI improvements. Contributed by Christian Clauss and Hugo van Kemenade in `630 <https://github.com/pytest-dev/pytest-cov/pull/630>`_, `631 <https://github.com/pytest-dev/pytest-cov/pull/631>`_, `632 <https://github.com/pytest-dev/pytest-cov/pull/632>`_ and `633 <https://github.com/pytest-dev/pytest-cov/pull/633>`_. * Added a ``pyproject.toml`` example in the docs. Contributed by Dawn James in `626 <https://github.com/pytest-dev/pytest-cov/pull/626>`_. * Modernized project's pre-commit hooks to use ruff. Initial POC contributed by Christian Clauss in `584 <https://github.com/pytest-dev/pytest-cov/pull/584>`_. ```
Links - PyPI: https://pypi.org/project/pytest-cov - Changelog: https://data.safetycli.com/changelogs/pytest-cov/ - Repo: https://github.com/pytest-dev/pytest-cov