Skip to content

Commit 98cd3ba

Browse files
fix(deps): update dependency voluptuous to ^0.15.0
1 parent 750fe0b commit 98cd3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.8" # specify your Python version requirement here
1010
influxdb = "^5.3.2"
1111
pyyaml = "^6.0.1"
1212
requests = "^2.31.0"
13-
voluptuous = "^0.14.2"
13+
voluptuous = "^0.15.0"
1414
testflinger-common = { path = "../common" }
1515

1616
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)