Skip to content

Commit 623428f

Browse files
Update pyyaml-include requirement from <2.0 to <3.0 (#476)
Updates the requirements on [pyyaml-include](https://github.com/tanbro/pyyaml-include) to permit the latest version. - [Changelog](https://github.com/tanbro/pyyaml-include/blob/main/CHANGELOG.md) - [Commits](tanbro/pyyaml-include@0.1a1...v2.1) --- updated-dependencies: - dependency-name: pyyaml-include dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed1d7c4 commit 623428f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"sphinx", # Used to automatically generate documentation
2020
"sphinx-rtd-theme", # Used to render documentation
2121
"sphinx-copybutton",
22-
"pyyaml-include<2.0",
22+
"pyyaml-include<3.0",
2323
]
2424

2525
[project.optional-dependencies]

0 commit comments

Comments
 (0)