aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-29 07:51:40 +0000
committerGravatar GitHub <[email protected]>2024-04-29 07:51:40 +0000
commit6f00bde33864ae087fcab4d55ca84a0945fdc452 (patch)
treef70f9bb14c83510aad58a631c18e2b07b6433dfa
parentBump HassanAbouelela/actions from setup-python_v1.4.2 to 1.5.0 (#1308) (diff)
Bump pymdown-extensions from 10.8 to 10.8.1
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.8 to 10.8.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.8...10.8.1) --- updated-dependencies: - dependency-name: pymdown-extensions 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 e4339d0b..6ee5ff3a 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -865,13 +865,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]]
name = "pymdown-extensions"
-version = "10.8"
+version = "10.8.1"
description = "Extension pack for Python Markdown."
optional = false
python-versions = ">=3.8"
files = [
- {file = "pymdown_extensions-10.8-py3-none-any.whl", hash = "sha256:3539003ff0d5e219ba979d2dc961d18fcad5ac259e66c764482e8347b4c0503c"},
- {file = "pymdown_extensions-10.8.tar.gz", hash = "sha256:91ca336caf414e1e5e0626feca86e145de9f85a3921a7bcbd32890b51738c428"},
+ {file = "pymdown_extensions-10.8.1-py3-none-any.whl", hash = "sha256:f938326115884f48c6059c67377c46cf631c733ef3629b6eed1349989d1b30cb"},
+ {file = "pymdown_extensions-10.8.1.tar.gz", hash = "sha256:3ab1db5c9e21728dabf75192d71471f8e50f216627e9a1fa9535ecb0231b9940"},
]
[package.dependencies]
@@ -1224,4 +1224,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "b3b020caa4ef0901215d0e81e75fe74a3165041d8554016e4bc1d605418d4206"
+content-hash = "b5788a49a0508ec0d5b16111a9d30d105e33080a567404ee2d723ed8b054c181"
diff --git a/pyproject.toml b/pyproject.toml
index 1d1e63db..5e183ccf 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.8"
+pymdown-extensions = "10.8.1"
python-frontmatter = "1.1.0"
pyyaml = "6.0.1"
sentry-sdk = "2.0.1"