aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2023-03-24 05:02:10 +0100
committerGravatar GitHub <[email protected]>2023-03-24 05:02:10 +0100
commitbce57fa336c6c55bba90a2e827acced4f659eceb (patch)
tree611e8a77e3de3d10025d328aae876265ba2df660 /pyproject.toml
parentMerge pull request #912 from python-discord/update-partners-mention (diff)
parentBump markdown from 3.4.1 to 3.4.2 (diff)
Merge pull request #915 from python-discord/dependabot/pip/markdown-3.4.2
Bump markdown from 3.4.1 to 3.4.2
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 a8579c3f..766ce78d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ django-simple-bulma = "2.5.0"
djangorestframework = "3.14.0"
gunicorn = "20.1.0"
httpx = "0.23.3"
-markdown = "3.4.1"
+markdown = "3.4.2"
psycopg2-binary = "2.9.5"
PyJWT = {version = "2.6.0", extras = ["crypto"]}
pymdown-extensions = "9.10"