From 801f175115e11cc64b87686fc131290399100ad0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:04:26 +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]