Skip to content

Commit 9ffc3e2

Browse files
committed
Update release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent b9584f5 commit 9ffc3e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Upgrading
88

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9+
- The `Markdown` minimum supported version was bumped to 3.6, you might need to bump your `Markdown` version if you are using an older version.
1010

1111
## New Features
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ classifiers = [
3939
"Typing :: Typed",
4040
]
4141
requires-python = ">= 3.11, < 4"
42-
dependencies = ["Markdown >= 3.5, < 4", "pymdown-extensions >= 10, < 11"]
42+
dependencies = ["Markdown >= 3.6, < 4", "pymdown-extensions >= 10, < 11"]
4343
dynamic = ["version"]
4444

4545
[[project.authors]]

0 commit comments

Comments
 (0)