From 0b05f6cd9a4dbb61a83a0e22f20a8eea8be7d008 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 20:23:01 +0200 Subject: [PATCH] Update dependency coverage to v7.9.2 (#470) * Update dependency coverage to v7.9.2 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Stefan Allius --- CHANGELOG.md | 1 + app/requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d24450f..3f9b4cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +- Update dependency coverage to v7.9.2 - add-on: bump base-image to version 18.0.3 - add-on: remove armhf and armv7 support - add-on: add links to config and log-file to the web-UI diff --git a/app/requirements-test.txt b/app/requirements-test.txt index e15819c..631e9c0 100644 --- a/app/requirements-test.txt +++ b/app/requirements-test.txt @@ -4,5 +4,5 @@ pytest-cov==6.2.1 python-dotenv==1.1.1 mock==5.2.0 - coverage==7.9.1 + coverage==7.9.2 jinja2-cli==0.8.2 \ No newline at end of file