Skip to content

Commit 62b01e1

Browse files
fix(deps): Update cmarkgfm requirement (#1965)
Updates the requirements on [cmarkgfm](https://github.com/theacodes/cmarkgfm) to permit the latest version. - [Release notes](https://github.com/theacodes/cmarkgfm/releases) - [Commits](theacodes/cmarkgfm@2024.1.14...2025.10.22) --- updated-dependencies: - dependency-name: cmarkgfm dependency-version: 2025.10.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lou DeGenaro <[email protected]>
1 parent e033694 commit 62b01e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
"defusedxml",
4848
"openpyxl~=3.0",
4949
"Jinja2 == 3.1.6",
50-
"cmarkgfm>=2024.1,<2024.12", ## Update regularly
50+
"cmarkgfm>=2024.1,<2025.11", ## Update regularly
5151
"orjson",
5252
"requests>=2.32.2",
5353
"importlib_resources"

0 commit comments

Comments
 (0)