aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-03 15:26:20 +0000
committerGravatar GitHub <[email protected]>2024-08-03 15:26:20 +0000
commit2ffe0dbe500cf752ee2cdaba73aa51b365569cd1 (patch)
treec5185f5ec453d4287bfd0de1259bcc7026bf1a32
parentMerge remote-tracking branch 'origin/dependabot/pip/ruff-0.5.2' (diff)
Bump pymdown-extensions from 10.8.1 to 10.9
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.8.1 to 10.9. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.8.1...10.9) --- updated-dependencies: - dependency-name: pymdown-extensions 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 9bf03146..6c328506 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -846,13 +846,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]]
name = "pymdown-extensions"
-version = "10.8.1"
+version = "10.9"
description = "Extension pack for Python Markdown."
optional = false
python-versions = ">=3.8"
files = [
- {file = "pymdown_extensions-10.8.1-py3-none-any.whl", hash = "sha256:f938326115884f48c6059c67377c46cf631c733ef3629b6eed1349989d1b30cb"},
- {file = "pymdown_extensions-10.8.1.tar.gz", hash = "sha256:3ab1db5c9e21728dabf75192d71471f8e50f216627e9a1fa9535ecb0231b9940"},
+ {file = "pymdown_extensions-10.9-py3-none-any.whl", hash = "sha256:d323f7e90d83c86113ee78f3fe62fc9dee5f56b54d912660703ea1816fed5626"},
+ {file = "pymdown_extensions-10.9.tar.gz", hash = "sha256:6ff740bcd99ec4172a938970d42b96128bdc9d4b9bcad72494f29921dc69b753"},
]
[package.dependencies]
@@ -1193,4 +1193,4 @@ brotli = ["brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "30151e90af18f905fe0b6e499bef85a202a5e5db11fe19cc6bd362ee7d451ed4"
+content-hash = "c1a867e1c871c7df1edb12acaa220c31db001a7555c77b2e8d683c0a7dc87389"
diff --git a/pyproject.toml b/pyproject.toml
index d67d0234..60d9b14c 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.9.0", extras = ["crypto"]}
-pymdown-extensions = "10.8.1"
+pymdown-extensions = "10.9"
python-frontmatter = "1.1.0"
pyyaml = "6.0.1"
sentry-sdk = "2.12.0"