Skip to content

Commit a112d65

Browse files
committed
Update ruamel.yaml from pin to bounds
This achieves two things. First, it gets us onto the latest version (as of today), and second it resolves any complaint that the pin is too restrictive for users.
1 parent 409bab5 commit a112d65

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Unreleased
1414
- Update the ``gitlab`` and ``renovate`` hooks to use
1515
``--regex-variant nonunicode``. Thanks :user:`quentin-ag` and :user:`Callek`
1616
for reporting! (:issue:`516`, :issue:`518`)
17+
- Update the required ``ruamel.yaml`` version to a range,
18+
``>=0.18.10,<0.19.0``.
1719

1820
0.31.0
1921
------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
requires-python = ">=3.9"
1919
dependencies = [
2020
'tomli>=2.0;python_version<"3.11"',
21-
"ruamel.yaml==0.18.7",
21+
"ruamel.yaml>=0.18.10,<0.19.0",
2222
"jsonschema>=4.18.0,<5.0",
2323
"regress>=2024.11.1",
2424
"requests<3.0",

0 commit comments

Comments
 (0)