Skip to content

Commit 824d58f

Browse files
authored
Support ruamel-yaml >= 0.18.2 (#3869)
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
1 parent 3f4d196 commit 824d58f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.config/requirements-lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ referencing==0.30.2
3434
requests==2.31.0
3535
rich==13.5.3
3636
rpds-py==0.10.3
37-
ruamel-yaml==0.17.33
37+
ruamel-yaml==0.18.2
3838
subprocess-tee==0.4.1
3939
tomli==2.0.1
4040
typing-extensions==4.8.0

.config/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pytest >= 7.2.2
1111
pytest-mock
1212
pytest-plus >= 0.6 # for PYTEST_REQPASS
1313
pytest-xdist >= 2.1.0
14-
ruamel.yaml>=0.17.31,<0.18 # only the latest is expected to pass our tests
14+
ruamel.yaml>=0.17.31
1515
ruamel-yaml-clib # needed for mypy
1616
types-jsonschema # IDE support
1717
types-pyyaml # IDE support

.config/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packaging>=21.3 # Apache-2.0,BSD-2-Clause
1010
pathspec>=0.10.3 # Mozilla Public License 2.0 (MPL 2.0)
1111
pyyaml>=5.4.1 # MIT (centos 9 has 5.3.1)
1212
rich>=12.0.0 # MIT
13-
ruamel.yaml>=0.17.0,<0.18,!=0.17.29,!=0.17.30 # MIT, next version is planned to have breaking changes
13+
ruamel.yaml>=0.17.0,!=0.17.29,!=0.17.30 # MIT
1414
requests>=2.31.0 # Apache-2.0 (indirect, but we want newer version for security reasons)
1515
subprocess-tee>=0.4.1 # MIT, used by ansible-compat
1616
yamllint >= 1.30.0 # GPLv3

.config/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ regex==2023.8.8
9292
requests==2.31.0
9393
rich==13.5.3
9494
rpds-py==0.10.3
95-
ruamel-yaml==0.17.33
95+
ruamel-yaml==0.18.2
9696
six==1.16.0
9797
soupsieve==2.5
9898
subprocess-tee==0.4.1

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ repos:
157157
- pytest>=7.2.2
158158
- rich>=13.2.0
159159
- ruamel-yaml-clib>=0.2.7
160-
- ruamel-yaml>=0.17.31
160+
- ruamel-yaml>=0.18.2
161161
- subprocess-tee
162162
- types-PyYAML
163163
- types-jsonschema>=4.4.2
@@ -188,7 +188,7 @@ repos:
188188
- pyyaml
189189
- rich>=13.2.0
190190
- ruamel-yaml-clib>=0.2.7
191-
- ruamel-yaml>=0.17.31
191+
- ruamel-yaml>=0.18.2
192192
- typing_extensions
193193
- wcmatch
194194
- yamllint

0 commit comments

Comments
 (0)