From 874885f8308572571992ccd511eddc7321feb550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:31:07 +0000 Subject: [PATCH] chore(deps): update voluptuous requirement from ~=0.13.1 to ~=0.15.0 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.0) --- 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..8c17302 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.0 pytest-cov pytest-homeassistant-custom-component paho-mqtt