aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-09 05:54:32 +0000
committerGravatar GitHub <[email protected]>2023-10-09 05:54:32 +0000
commit86c00c8135c899604847ca0de9c952f5dba41019 (patch)
treec9d9d97d2ce33c78924cadc14f1d3d595a5da08f
parentMerge pull request #1111 from python-discord/fix-CJ-mobile-banner (diff)
Bump markdown from 3.4.4 to 3.5
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.4 to 3.5. - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.4.4...3.5) --- 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.lock12
-rw-r--r--pyproject.toml2
2 files changed, 7 insertions, 7 deletions
diff --git a/poetry.lock b/poetry.lock
index 7f4ee1c1..28a41403 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -594,17 +594,17 @@ files = [
[[package]]
name = "markdown"
-version = "3.4.4"
+version = "3.5"
description = "Python implementation of John Gruber's Markdown."
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.8"
files = [
- {file = "Markdown-3.4.4-py3-none-any.whl", hash = "sha256:a4c1b65c0957b4bd9e7d86ddc7b3c9868fb9670660f6f99f6d1bca8954d5a941"},
- {file = "Markdown-3.4.4.tar.gz", hash = "sha256:225c6123522495d4119a90b3a3ba31a1e87a70369e03f14799ea9c0d7183a3d6"},
+ {file = "Markdown-3.5-py3-none-any.whl", hash = "sha256:4afb124395ce5fc34e6d9886dab977fd9ae987fc6e85689f08278cf0c69d4bf3"},
+ {file = "Markdown-3.5.tar.gz", hash = "sha256:a807eb2e4778d9156c8f07876c6e4d50b5494c5665c4834f67b06459dfd877b3"},
]
[package.extras]
-docs = ["mdx-gh-links (>=0.2)", "mkdocs (>=1.0)", "mkdocs-nature (>=0.4)"]
+docs = ["mdx-gh-links (>=0.2)", "mkdocs (>=1.5)", "mkdocs-gen-files", "mkdocs-literate-nav", "mkdocs-nature (>=0.6)", "mkdocs-section-index", "mkdocstrings[python]"]
testing = ["coverage", "pyyaml"]
[[package]]
@@ -1203,4 +1203,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "509a9dbfbc918c8c0a459a7fa0686601203053d835a6f33a1e005d08c0cdb1be"
+content-hash = "9e4246adf182288c9bd9f29f0043a7d69f84383bc0d361a5161abb45a3cdbaeb"
diff --git a/pyproject.toml b/pyproject.toml
index 2204cf68..05df8e7d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ django-simple-bulma = "2.5.0"
djangorestframework = "3.14.0"
gunicorn = "21.2.0"
httpx = "0.25.0"
-markdown = "3.4.4"
+markdown = "3.5"
PyJWT = {version = "2.8.0", extras = ["crypto"]}
pymdown-extensions = "10.3"
python-frontmatter = "1.0.0"