From 670651a2fd6362eaeeb805dfc7e499a5472f388e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:03:49 +0000 Subject: [PATCH] fix(deps): update dependency voluptuous to ^0.15.0 --- agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/pyproject.toml b/agent/pyproject.toml index b8d3dde0..52cb02c6 100644 --- a/agent/pyproject.toml +++ b/agent/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.8" # specify your Python version requirement here influxdb = "^5.3.2" pyyaml = "^6.0.1" requests = "^2.31.0" -voluptuous = "^0.14.2" +voluptuous = "^0.15.0" testflinger-common = { path = "../common" } [tool.poetry.dev-dependencies]