From ee615e5008d46c5a5c5b1f11d854ca2b13fb0bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:22:25 +0000 Subject: [PATCH] build(deps): update cmarkgfm requirement Updates the requirements on [cmarkgfm](https://github.com/theacodes/cmarkgfm) to permit the latest version. - [Release notes](https://github.com/theacodes/cmarkgfm/releases) - [Commits](https://github.com/theacodes/cmarkgfm/compare/2024.1.14...2024.11.20) --- updated-dependencies: - dependency-name: cmarkgfm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 882f204a8..3946a8a41 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ install_requires = defusedxml openpyxl~=3.0 Jinja2 == 3.1.4 - cmarkgfm==2024.1.* #Update regularly + cmarkgfm>=2024.1,<2024.12 #Update regularly orjson requests>=2.32.2 importlib_resources