diff options
author | 2023-03-24 05:02:10 +0100 | |
---|---|---|
committer | 2023-03-24 05:02:10 +0100 | |
commit | bce57fa336c6c55bba90a2e827acced4f659eceb (patch) | |
tree | 611e8a77e3de3d10025d328aae876265ba2df660 | |
parent | Merge pull request #912 from python-discord/update-partners-mention (diff) | |
parent | Bump 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
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 404ef9bd..1387ebf0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -842,14 +842,14 @@ files = [ [[package]] name = "markdown" -version = "3.4.1" -description = "Python implementation of Markdown." +version = "3.4.2" +description = "Python implementation of John Gruber's Markdown." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "Markdown-3.4.1-py3-none-any.whl", hash = "sha256:08fb8465cffd03d10b9dd34a5c3fea908e20391a2a90b88d66362cb05beed186"}, - {file = "Markdown-3.4.1.tar.gz", hash = "sha256:3b809086bb6efad416156e00a0da66fe47618a5d6918dd688f53f40c8e4cfeff"}, + {file = "Markdown-3.4.2-py3-none-any.whl", hash = "sha256:590e8c8139ce62a1121b4b07fd471eced441378f19f3265540de0791851977e5"}, + {file = "Markdown-3.4.2.tar.gz", hash = "sha256:e104be388c28462b4e83bd0ddfc68eff6022305cc4b5ab14caf8d235fae132b9"}, ] [package.extras] @@ -1537,4 +1537,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "e22311a7b6bba3f8397ba214fe7640a1080c27a63f42262527909d18de6248c1" +content-hash = "364d285b6d97d84894d8bba6c6f79b6d58433c91b451b9a793aba868376603aa" 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" |