aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-01 17:22:17 +0000
committerGravatar GitHub <[email protected]>2025-05-01 17:22:17 +0000
commit6fd0fa6063a4ec1149bc08cb58d2932e17660f0a (patch)
tree2eef943dbe0a9a9d7d672a13f66f4ca8f639944d /pyproject.toml
parentMerge pull request #1499 from python-discord/dependabot/pip/djangorestframewo... (diff)
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] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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"