sintonia/tools
renovate[bot] 78f4fcfec8
chore(deps): update dependency pytest-cov to v5 (#2976)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pytest-cov](https://togithub.com/pytest-dev/pytest-cov)
([changelog](https://pytest-cov.readthedocs.io/en/latest/changelog.html))
| `>=4.0.0,<5` -> `>=4.0.0,<6` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-cov/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest-cov/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest-cov/4.1.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-cov/4.1.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pytest-dev/pytest-cov (pytest-cov)</summary>

###
[`v5.0.0`](https://togithub.com/pytest-dev/pytest-cov/blob/HEAD/CHANGELOG.rst#500-2024-03-24)

[Compare
Source](https://togithub.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0)

-   Removed support for xdist rsync (now deprecated).
Contributed by Matthias Reichenbach in `#&#8203;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
    `#&#8203;630 <https://github.com/pytest-dev/pytest-cov/pull/630>`*,
    `#&#8203;631 <https://github.com/pytest-dev/pytest-cov/pull/631>`*,
`#&#8203;632 <https://github.com/pytest-dev/pytest-cov/pull/632>`\_ and
    `#&#8203;633 <https://github.com/pytest-dev/pytest-cov/pull/633>`\_.
-   Added a `pyproject.toml` example in the docs.
Contributed by Dawn James in `#&#8203;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 `#&#8203;584
<https://github.com/pytest-dev/pytest-cov/pull/584>`\_.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/libretime/libretime).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-06 18:47:53 +02:00
..
Makefile chore: add contributors listing tool (#2417) 2023-03-02 22:09:32 +02:00
README.md Rename scripts/ to tools/ 2021-09-07 23:03:19 +02:00
__init__.py Rename scripts/ to tools/ 2021-09-07 23:03:19 +02:00
ci-sync-docs.sh ci: don't squash commits during docs sync 2022-12-20 17:03:06 +01:00
contibutors.py chore: add contributors listing tool (#2417) 2023-03-02 22:09:32 +02:00
extract_requirements.py style: format code using black 2023-02-01 11:17:49 +01:00
icecast-stress.sh chore: add icecast stress script (#2185) 2022-09-27 08:10:37 +02:00
legacy-migrations-version.sh chore: add legacy-migrations-version pre-commit hook 2023-02-15 10:13:32 +02:00
packages.py chore: raise from specific exceptions 2023-02-03 07:36:58 +02:00
packages_test.py chore: list distribution releases by release date 2022-10-10 20:11:33 +02:00
pyproject.toml chore: move isort config to pyproject.toml 2022-12-07 15:59:52 +02:00
python-requirements.txt chore(deps): update dependency pytest-cov to v5 (#2976) 2024-04-06 18:47:53 +02:00
python.mk chore(deps): update dependency lxml to v5 (main) (#2856) 2024-01-01 13:18:55 +01:00
test-stream-input.py fix: clean exit by catching keyboard interrupt (#2206) 2022-10-04 14:18:26 +02:00
update-config-files.sh docs: docker config template install with envsubst (#2517) 2023-04-21 17:35:01 +01:00
version.sh fix: change version format 2022-09-26 13:25:35 +02:00

README.md

Tools

This folder contains scripts/tools to manage the project.