Skip to content

Commit e6469f4

Browse files
authored
Merge pull request #5 from bcgov/dependabot/pip/pyyaml-gte-6.0.3
deps: update pyyaml requirement from >=6.0 to >=6.0.3
2 parents 8608c3a + 3e8f71d commit e6469f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Validation and publishing tooling for BC Gov agent skill profiles."
55
requires-python = ">=3.12"
66
dependencies = [
7-
"pyyaml>=6.0",
7+
"pyyaml>=6.0.3",
88
]
99

1010
[dependency-groups]

0 commit comments

Comments
 (0)