From 1ae19407cced4169407d17376efba9b7b1b069f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:13:12 +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 6d28c5506..439d272ef 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