Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ruamel-yaml >= 0.18.2 #3869

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ referencing==0.30.2
requests==2.31.0
rich==13.5.3
rpds-py==0.10.3
ruamel-yaml==0.17.33
ruamel-yaml==0.18.2
subprocess-tee==0.4.1
tomli==2.0.1
typing-extensions==4.8.0
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pytest >= 7.2.2
pytest-mock
pytest-plus >= 0.6 # for PYTEST_REQPASS
pytest-xdist >= 2.1.0
ruamel.yaml>=0.17.31,<0.18 # only the latest is expected to pass our tests
ruamel.yaml>=0.17.31
ruamel-yaml-clib # needed for mypy
types-jsonschema # IDE support
types-pyyaml # IDE support
2 changes: 1 addition & 1 deletion .config/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packaging>=21.3 # Apache-2.0,BSD-2-Clause
pathspec>=0.10.3 # Mozilla Public License 2.0 (MPL 2.0)
pyyaml>=5.4.1 # MIT (centos 9 has 5.3.1)
rich>=12.0.0 # MIT
ruamel.yaml>=0.17.0,<0.18,!=0.17.29,!=0.17.30 # MIT, next version is planned to have breaking changes
ruamel.yaml>=0.17.0,!=0.17.29,!=0.17.30 # MIT
requests>=2.31.0 # Apache-2.0 (indirect, but we want newer version for security reasons)
subprocess-tee>=0.4.1 # MIT, used by ansible-compat
yamllint >= 1.30.0 # GPLv3
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ regex==2023.8.8
requests==2.31.0
rich==13.5.3
rpds-py==0.10.3
ruamel-yaml==0.17.33
ruamel-yaml==0.18.2
six==1.16.0
soupsieve==2.5
subprocess-tee==0.4.1
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ repos:
- pytest>=7.2.2
- rich>=13.2.0
- ruamel-yaml-clib>=0.2.7
- ruamel-yaml>=0.17.31
- ruamel-yaml>=0.18.2
- subprocess-tee
- types-PyYAML
- types-jsonschema>=4.4.2
Expand Down Expand Up @@ -188,7 +188,7 @@ repos:
- pyyaml
- rich>=13.2.0
- ruamel-yaml-clib>=0.2.7
- ruamel-yaml>=0.17.31
- ruamel-yaml>=0.18.2
- typing_extensions
- wcmatch
- yamllint
Expand Down