Skip to content

Commit 5b533c0

Browse files
dependabot[bot]mr-c
authored andcommitted
Update ruamel-yaml requirement from <0.19,>=0.16.0 to >=0.16.0,<0.20
Updates the requirements on ruamel-yaml to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bb35ff commit 5b533c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
requires-python = ">=3.10"
3131
dependencies = [
32-
"ruamel.yaml >= 0.16.0, < 0.19",
32+
"ruamel.yaml >= 0.16.0, < 0.20",
3333
"schema_salad",
3434
]
3535
dynamic = ["version"]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ruamel.yaml >= 0.16.0, < 0.19
1+
ruamel.yaml >= 0.16.0, < 0.20
22
schema-salad

0 commit comments

Comments
 (0)