Skip to content

Commit 6ff0625

Browse files
committed
Add support for PyYAML v6
1 parent c49f3cd commit 6ff0625

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG-python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This changelog tracks the Python `svdtools` project. See
55

66
## [Unreleased]
77

8+
* Add support for PyYAML v6
9+
810
## [v0.1.21] 2022-01-15
911

1012
* Provide option to opt out of regex replace of 0's in description when

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requires-python = ">=3.6"
1414
description-file = "README.md"
1515
requires = [
1616
"click ~= 8.0",
17-
"PyYAML ~= 5.3",
17+
"PyYAML >= 5.3, < 7",
1818
"lxml ~= 4.6",
1919
"braceexpand ~= 0.1.7",
2020
]

0 commit comments

Comments
 (0)