diff --git a/.config/requirements-lock.txt b/.config/requirements-lock.txt index 36af80efb5..3594b431c5 100644 --- a/.config/requirements-lock.txt +++ b/.config/requirements-lock.txt @@ -26,7 +26,7 @@ pygments==2.15.1 pyrsistent==0.19.3 pyyaml==6.0 rich==13.3.5 -ruamel-yaml==0.17.22 +ruamel-yaml==0.17.24 subprocess-tee==0.4.1 tomli==2.0.1 typing-extensions==4.5.0 diff --git a/.config/requirements.in b/.config/requirements.in index 7946b10933..5a704c4a27 100644 --- a/.config/requirements.in +++ b/.config/requirements.in @@ -8,7 +8,7 @@ jsonschema>=4.10.0 # MIT, version needed for improved errors packaging>=21.3 # Apache-2.0,BSD-2-Clause pyyaml>=5.4.1 # MIT (centos 9 has 5.3.1) rich>=12.0.0 # MIT -ruamel.yaml>=0.17.22,<0.18 # MIT, next version is planned to have breaking changes +ruamel.yaml>=0.17.24,<0.18 # MIT, next version is planned to have breaking changes subprocess-tee>=0.4.1 # MIT, used by ansible-compat yamllint >= 1.30.0 # GPLv3 wcmatch>=8.1.2 # MIT diff --git a/.config/requirements.txt b/.config/requirements.txt index 8bdfbe5a10..76b315917d 100644 --- a/.config/requirements.txt +++ b/.config/requirements.txt @@ -88,7 +88,7 @@ rdflib==6.3.2 regex==2023.3.23 requests==2.28.2 rich==13.3.5 -ruamel-yaml==0.17.22 +ruamel-yaml==0.17.24 six==1.16.0 soupsieve==2.4 spdx-tools==0.7.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46d3a26e1b..dc85c9dae4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -149,7 +149,7 @@ repos: - jinja2 - pytest>=7.2.2 - rich>=13.2.0 - - ruamel-yaml>=0.17.22 + - ruamel-yaml>=0.17.24 - ruamel-yaml-clib>=0.2.7 - spdx-tools - subprocess-tee @@ -179,7 +179,7 @@ repos: - pytest>=7.2.2 - pyyaml - rich>=13.2.0 - - ruamel-yaml>=0.17.22 + - ruamel-yaml>=0.17.24 - ruamel-yaml-clib>=0.2.7 - spdx-tools - typing_extensions diff --git a/examples/playbooks/vars/strings.transformed.yml b/examples/playbooks/vars/strings.transformed.yml index 535417b31d..6f2aae1b80 100644 --- a/examples/playbooks/vars/strings.transformed.yml +++ b/examples/playbooks/vars/strings.transformed.yml @@ -5,13 +5,13 @@ single: single # this is a comment single_with_double: '"single" quoted' # this is a comment -single_multiline_with_octothorpe: "single over 160 char line to force wrapping. over 160 char line to force wrapping. over 160 char line to force wrapping. over 160\n\ +single_multiline_with_octothorpe: "single over 160 char line to force wrapping. over 160 char line to force wrapping. over 160 char line to force wrapping. over 160\n # this is not a comment" double: double # this is a comment double_with_single: "'double' quoted" # this is a comment -double_multiline_with_octothorpe: "double over 160 char line to force wrapping. over 160 char line to force wrapping. over 160 char line to force wrapping. over 160\n\ +double_multiline_with_octothorpe: "double over 160 char line to force wrapping. over 160 char line to force wrapping. over 160 char line to force wrapping. over 160\n # this is not a comment" # this is a comment