Skip to content

Commit cc8615b

Browse files
committed
Pin minimum version of restructuredtext-lint to 2.0.0.
1 parent d2b2a5b commit cc8615b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1414

1515
- Support for Python 3.9 in CI.
1616

17+
### Fixed
18+
19+
- Fix call to updated restructuredtext-lint lint_file. (#556)
20+
- The minimum supported version of restructuredtext-lint is now 2.0.0.
21+
1722
### Updated
1823

1924
- Use `|` (pipe) syntax for type hints.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"pyflakes",
4444
"pylint",
4545
"pyright",
46-
"restructuredtext-lint",
46+
"restructuredtext-lint>=2",
4747
"rstcheck",
4848
"ruff>=0.0.237",
4949
"sphinx",

0 commit comments

Comments
 (0)