From d6272e90a3393f2d64d76fa454acce608421be08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 09:05:19 +0000 Subject: [PATCH] Bump voluptuous from 0.15.2 to 0.16.0 Bumps [voluptuous](https://github.com/alecthomas/voluptuous) from 0.15.2 to 0.16.0. - [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.15.2...0.16.0) --- updated-dependencies: - dependency-name: voluptuous dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 132b8a2..c9bcc4e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -859,14 +859,14 @@ files = [ [[package]] name = "voluptuous" -version = "0.15.2" +version = "0.16.0" description = "Python data validation library" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "voluptuous-0.15.2-py3-none-any.whl", hash = "sha256:016348bc7788a9af9520b1764ebd4de0df41fe2138ebe9e06fa036bf86a65566"}, - {file = "voluptuous-0.15.2.tar.gz", hash = "sha256:6ffcab32c4d3230b4d2af3a577c87e1908a714a11f6f95570456b1849b0279aa"}, + {file = "voluptuous-0.16.0-py3-none-any.whl", hash = "sha256:ee342095263e1b5afbd4d418cb5adc92810eebfd07696bb033a261210df33db4"}, + {file = "voluptuous-0.16.0.tar.gz", hash = "sha256:006535e22fed944aec17bef6e8725472476194743c87bd233e912eb463f8ff05"}, ] [[package]]