From 87c21d462b234916a9500af09e1f26f8b831433e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:00:24 +0000 Subject: [PATCH] Update markdown requirement from ~=3.5.0 to >=3.5,<3.8 Updates the requirements on [markdown](https://github.com/Python-Markdown/markdown) to permit the latest version. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.5...3.7) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 454c9bc37..6317d9754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "django-pdb~=0.6.2", "djangorestframework~=3.15.0", "libsass~=0.23.0", - "Markdown~=3.6.0", + "Markdown>=3.6,<3.8", "Pillow~=10.3.0", "publicsuffixlist~=0.10.0", "python-dateutil~=2.9.0",