From f9eb4ad8d7e936980b62a8a5cb4622a3ae41f7a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 22:54:40 +0200 Subject: [PATCH 1/4] Update dependency coverage to v7.8.0 (#336) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements-test.txt b/app/requirements-test.txt index e27c39b..4e3ae6e 100644 --- a/app/requirements-test.txt +++ b/app/requirements-test.txt @@ -4,5 +4,5 @@ pytest-cov==6.0.0 python-dotenv==1.1.0 mock==5.2.0 - coverage==7.7.1 + coverage==7.8.0 jinja2-cli==0.8.2 \ No newline at end of file From a8f8eca06c08e05782a2a54264668900ad39772a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 23:08:42 +0200 Subject: [PATCH 2/4] Update dependency aiomqtt to v2.3.1 (#337) * Update dependency aiomqtt to v2.3.1 * update aiomqtt badge --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Stefan Allius --- README.md | 2 +- app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7755420..7e1102d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

License: BSD-3-Clause Supported Python versions - Supported aiomqtt versions + Supported aiomqtt versions Supported aiocron versions Supported toml versions
diff --git a/app/requirements.txt b/app/requirements.txt index 44d3791..e6b4108 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ - aiomqtt==2.3.0 + aiomqtt==2.3.1 schema==0.7.7 aiocron==2.1 aiohttp==3.11.14 \ No newline at end of file From 2731c686755db39f00d8ceb4822f01217fb97aea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 23:12:17 +0200 Subject: [PATCH 3/4] Update dependency aiohttp to v3.11.15 (#338) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Stefan Allius --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index e6b4108..3e203b0 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ aiomqtt==2.3.1 schema==0.7.7 aiocron==2.1 - aiohttp==3.11.14 \ No newline at end of file + aiohttp==3.11.15 \ No newline at end of file From 1b5af7fa97fa7ebcaa367cd179f6fd93bc84cb8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 23:17:42 +0200 Subject: [PATCH 4/4] Update dependency pytest-cov to v6.1.0 (#339) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Stefan Allius --- app/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements-test.txt b/app/requirements-test.txt index 4e3ae6e..89e69c1 100644 --- a/app/requirements-test.txt +++ b/app/requirements-test.txt @@ -1,7 +1,7 @@ flake8==7.1.2 pytest==8.3.5 pytest-asyncio==0.26.0 - pytest-cov==6.0.0 + pytest-cov==6.1.0 python-dotenv==1.1.0 mock==5.2.0 coverage==7.8.0