From 66391ff18d3698d0244d1776a4e98e379aa4a233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:04:44 +0000 Subject: [PATCH] build(deps-dev): bump voluptuous from 0.13.1 to 0.14.0 Bumps [voluptuous](https://github.com/alecthomas/voluptuous) from 0.13.1 to 0.14.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.13.1...0.14.0) --- updated-dependencies: - dependency-name: voluptuous dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 01aa28c..f68f962 100644 --- a/poetry.lock +++ b/poetry.lock @@ -941,13 +941,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "voluptuous" -version = "0.13.1" -description = "" +version = "0.14.0" +description = "Python data validation library" optional = false python-versions = "*" files = [ - {file = "voluptuous-0.13.1-py3-none-any.whl", hash = "sha256:4b838b185f5951f2d6e8752b68fcf18bd7a9c26ded8f143f92d6d28f3921a3e6"}, - {file = "voluptuous-0.13.1.tar.gz", hash = "sha256:e8d31c20601d6773cb14d4c0f42aee29c6821bbd1018039aac7ac5605b489723"}, + {file = "voluptuous-0.14.0-py3-none-any.whl", hash = "sha256:f9d63353f270c87d5f3aea29f8c251beddfd164d74d934e54dad7b8f84ad7a74"}, + {file = "voluptuous-0.14.0.tar.gz", hash = "sha256:145384a9613f7520b70e214e5c06de0809e069ab56716685446450f9bee15e2e"}, ] [[package]] @@ -968,4 +968,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4ba84dc797eabe92faeeef4a2d2159478797431d9c5d9a4ad5bb2afa01818503" +content-hash = "f342b2e1285e82628a28967e0c555b01a63bfee19fbabed3007bd70a99435d8f" diff --git a/pyproject.toml b/pyproject.toml index c115c7c..00272e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pytest-cov = "^4" sphinx = "^7.1" sphinx-rtd-theme = "^1" toml = "~0.10" -voluptuous = "~0.13" +voluptuous = "~0.14" [tool.poetry.scripts] monitorcontrol = "monitorcontrol.__main__:main"