aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-01 06:31:10 +0000
committerGravatar GitHub <[email protected]>2023-11-01 06:31:10 +0000
commitf08ecd33317525ad20bf8990e4d3a92343ff1dad (patch)
tree1fa242bdd96600a3c3e49ffb899d17566f5c7d78
parentMerge pull request #1134 from python-discord/dependabot/pip/sentry-sdk-1.33.1 (diff)
Bump markdown from 3.5 to 3.5.1
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.5 to 3.5.1. - [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...3.5.1) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-patch ... 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 da32575f..58ed70cf 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -594,13 +594,13 @@ files = [
[[package]]
name = "markdown"
-version = "3.5"
+version = "3.5.1"
description = "Python implementation of John Gruber's Markdown."
optional = false
python-versions = ">=3.8"
files = [
- {file = "Markdown-3.5-py3-none-any.whl", hash = "sha256:4afb124395ce5fc34e6d9886dab977fd9ae987fc6e85689f08278cf0c69d4bf3"},
- {file = "Markdown-3.5.tar.gz", hash = "sha256:a807eb2e4778d9156c8f07876c6e4d50b5494c5665c4834f67b06459dfd877b3"},
+ {file = "Markdown-3.5.1-py3-none-any.whl", hash = "sha256:5874b47d4ee3f0b14d764324d2c94c03ea66bee56f2d929da9f2508d65e722dc"},
+ {file = "Markdown-3.5.1.tar.gz", hash = "sha256:b65d7beb248dc22f2e8a31fb706d93798093c308dc1aba295aedeb9d41a813bd"},
]
[package.extras]
@@ -1203,4 +1203,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "4ea636fe3f2c5431412523691d426b5d07286d29bcb004381bf024709a51b54e"
+content-hash = "a13fb5e3f9be3f1c5c52794d72f1437cc81a674381e993753627b5d2363208cb"
diff --git a/pyproject.toml b/pyproject.toml
index e4ea36ce..d2391985 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.5"
+markdown = "3.5.1"
PyJWT = {version = "2.8.0", extras = ["crypto"]}
pymdown-extensions = "10.3.1"
python-frontmatter = "1.0.0"