aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2024-04-19 13:14:56 +0200
committerGravatar GitHub <[email protected]>2024-04-19 13:14:56 +0200
commitc2e781f672476f3d05d7d206645a3200622f2fb1 (patch)
tree1d1528e20b6a652c4a146aa1461bf54d0e49837a
parentBump gunicorn from 21.2.0 to 22.0.0 (#1299) (diff)
parentBump pymdown-extensions from 10.7.1 to 10.8 (diff)
Merge pull request #1300 from python-discord/dependabot/pip/pymdown-extensions-10.8
Bump pymdown-extensions from 10.7.1 to 10.8
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index d1b561ab..4a1e4cee 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -865,17 +865,17 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]]
name = "pymdown-extensions"
-version = "10.7.1"
+version = "10.8"
description = "Extension pack for Python Markdown."
optional = false
python-versions = ">=3.8"
files = [
- {file = "pymdown_extensions-10.7.1-py3-none-any.whl", hash = "sha256:f5cc7000d7ff0d1ce9395d216017fa4df3dde800afb1fb72d1c7d3fd35e710f4"},
- {file = "pymdown_extensions-10.7.1.tar.gz", hash = "sha256:c70e146bdd83c744ffc766b4671999796aba18842b268510a329f7f64700d584"},
+ {file = "pymdown_extensions-10.8-py3-none-any.whl", hash = "sha256:3539003ff0d5e219ba979d2dc961d18fcad5ac259e66c764482e8347b4c0503c"},
+ {file = "pymdown_extensions-10.8.tar.gz", hash = "sha256:91ca336caf414e1e5e0626feca86e145de9f85a3921a7bcbd32890b51738c428"},
]
[package.dependencies]
-markdown = ">=3.5"
+markdown = ">=3.6"
pyyaml = "*"
[package.extras]
@@ -1224,4 +1224,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "486aa98b327d3dc848d64c9e1a2aad8bfa14092466578d597b52c709e328e8b8"
+content-hash = "899af4be86245e91b063265b7c5f06ae419c7eb55d138739e4b690e7d785b8dd"
diff --git a/pyproject.toml b/pyproject.toml
index 7f9f7b09..08f3aabe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ gunicorn = "22.0.0"
httpx = "0.27.0"
markdown = "3.6"
PyJWT = {version = "2.8.0", extras = ["crypto"]}
-pymdown-extensions = "10.7.1"
+pymdown-extensions = "10.8"
python-frontmatter = "1.1.0"
pyyaml = "6.0.1"
sentry-sdk = "1.45.0"