aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-15 05:34:31 +0000
committerGravatar GitHub <[email protected]>2024-03-15 05:34:31 +0000
commit2aa5b2cc5e48d6ae5ba189b80d5a017d25930ea7 (patch)
treea99ed97836a8124b7913843249885d87cb2bdc4b
parentMerge pull request #1254 from python-discord/dependabot/pip/ruff-0.3.2 (diff)
Bump markdown from 3.5.2 to 3.6
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.5.2 to 3.6. - [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.5.2...3.6) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 14e43e26..0a9999f3 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -605,13 +605,13 @@ files = [
[[package]]
name = "markdown"
-version = "3.5.2"
+version = "3.6"
description = "Python implementation of John Gruber's Markdown."
optional = false
python-versions = ">=3.8"
files = [
- {file = "Markdown-3.5.2-py3-none-any.whl", hash = "sha256:d43323865d89fc0cb9b20c75fc8ad313af307cc087e84b657d9eec768eddeadd"},
- {file = "Markdown-3.5.2.tar.gz", hash = "sha256:e1ac7b3dc550ee80e602e71c1d168002f062e49f1b11e26a36264dafd4df2ef8"},
+ {file = "Markdown-3.6-py3-none-any.whl", hash = "sha256:48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f"},
+ {file = "Markdown-3.6.tar.gz", hash = "sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224"},
]
[package.extras]
@@ -1216,4 +1216,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "c1ce3bbeb8f79ab50e9ec25f8844069c36b3f9ba96a284bb97f7d7cbbdda659d"
+content-hash = "5e25fffcf43505ccd019c945f8686078c2b7670ba40006b547f4aa46ee181ee4"
diff --git a/pyproject.toml b/pyproject.toml
index ad9ec8be..fa217c14 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ django-simple-bulma = "2.6.0"
djangorestframework = "3.14.0"
gunicorn = "21.2.0"
httpx = "0.27.0"
-markdown = "3.5.2"
+markdown = "3.6"
PyJWT = {version = "2.8.0", extras = ["crypto"]}
pymdown-extensions = "10.7.1"
python-frontmatter = "1.1.0"