Skip to content

Commit 879f878

Browse files
committed
already using the new api
1 parent 4d0e1b9 commit 879f878

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/stack-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# dependencies = [
55
# "jinja2",
66
# "jsonschema",
7-
# "ruamel.yaml >=0.15.1, <0.18.0",
7+
# "ruamel.yaml >=0.15.1"
88
# ]
99
# ///
1010

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Jinja2
22
jsonschema
33
pytest
4-
ruamel.yaml >=0.15.1, <0.18.0
4+
ruamel.yaml >=0.15.1

test_stackinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# "jinja2",
66
# "jsonschema",
77
# "pytest",
8-
# "ruamel.yaml >=0.15.1, <0.18.0",
8+
# "ruamel.yaml >=0.15.1",
99
# ]
1010
# ///
1111

0 commit comments

Comments
 (0)