From 6fd0fa6063a4ec1149bc08cb58d2932e17660f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 17:22:17 +0000 Subject: Bump markdown from 3.7 to 3.8 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.7 to 3.8. - [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.7...3.8) --- updated-dependencies: - dependency-name: markdown dependency-version: '3.8' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 531fc540..f8ba4e28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ django-simple-bulma = "2.6.0" djangorestframework = "3.16.0" gunicorn = "23.0.0" httpx = "0.28.1" -markdown = "3.7" +markdown = "3.8" psycopg = {extras = ["binary"], version = "3.2.6"} pyjwt = {version = "2.10.1", extras = ["crypto"]} pymdown-extensions = "10.14.3" -- cgit v1.2.3