Skip to content

Commit 8b64e8d

Browse files
authored
Update ruamel.yaml from pin to bounds (#520)
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 8b64e8d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

+2
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

+1-1
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)