From b330736504b16a779ef5ceaf23efb6cac2f6e613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:13:22 +0000 Subject: [PATCH] chore(deps): update voluptuous requirement from ~=0.13.1 to ~=0.15.1 Updates the requirements on [voluptuous](https://github.com/alecthomas/voluptuous) to permit the latest version. - [Release notes](https://github.com/alecthomas/voluptuous/releases) - [Changelog](https://github.com/alecthomas/voluptuous/blob/master/CHANGELOG.md) - [Commits](https://github.com/alecthomas/voluptuous/compare/0.13.1...0.15.1) --- updated-dependencies: - dependency-name: voluptuous dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b4ee82..0f2f1c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pre-commit mypy pylint pytest~=8.2.0 -voluptuous~=0.13.1 +voluptuous~=0.15.1 pytest-cov pytest-homeassistant-custom-component paho-mqtt