aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2025-05-06 19:27:36 +0200
committerGravatar GitHub <[email protected]>2025-05-06 19:27:36 +0200
commit5b988127835f0a0f9eed501c96853a0fb3c9424c (patch)
treed770893d44ec4fa42c7bfd2dc4166d880b4d3ec5 /pyproject.toml
parentDo not require "active" to be sent in PATCH infraction (#1518) (diff)
parentBump markdown from 3.7 to 3.8 (diff)
Merge pull request #1508 from python-discord/dependabot/pip/markdown-3.8
Bump markdown from 3.7 to 3.8
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"