aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-18 18:45:30 +0000
committerGravatar Johannes Christ <[email protected]>2025-02-18 19:48:56 +0100
commitabb88868e39ac1b684c16525a56fe5e314b4051e (patch)
tree204a2ed7683276b554f967954b194c2194c7fd61
parentdocs: include privileged intents in `setting-test-server-and-bot-account.md` (diff)
Bump pymdown-extensions from 10.12 to 10.14.3
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.12 to 10.14.3. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.12...10.14.3)
-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 56a8e55d..135ac373 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -888,13 +888,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]]
name = "pymdown-extensions"
-version = "10.12"
+version = "10.14.3"
description = "Extension pack for Python Markdown."
optional = false
python-versions = ">=3.8"
files = [
- {file = "pymdown_extensions-10.12-py3-none-any.whl", hash = "sha256:49f81412242d3527b8b4967b990df395c89563043bc51a3d2d7d500e52123b77"},
- {file = "pymdown_extensions-10.12.tar.gz", hash = "sha256:b0ee1e0b2bef1071a47891ab17003bfe5bf824a398e13f49f8ed653b699369a7"},
+ {file = "pymdown_extensions-10.14.3-py3-none-any.whl", hash = "sha256:05e0bee73d64b9c71a4ae17c72abc2f700e8bc8403755a00580b49a4e9f189e9"},
+ {file = "pymdown_extensions-10.14.3.tar.gz", hash = "sha256:41e576ce3f5d650be59e900e4ceff231e0aed2a88cf30acaee41e02f063a061b"},
]
[package.dependencies]
@@ -902,7 +902,7 @@ markdown = ">=3.6"
pyyaml = "*"
[package.extras]
-extra = ["pygments (>=2.12)"]
+extra = ["pygments (>=2.19.1)"]
[[package]]
name = "python-dotenv"
@@ -1272,4 +1272,4 @@ brotli = ["brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "0efadb6c03904afeb7c0e222786a0052d091bc788087237793bcca3e216e330b"
+content-hash = "c6bc1940e0d83803e82791f40553a379b90e379353266fb7dc40a0836cbd23ab"
diff --git a/pyproject.toml b/pyproject.toml
index 2a277fa3..69341390 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ httpx = "0.28.1"
markdown = "3.7"
psycopg = {extras = ["binary"], version = "3.2.3"}
pyjwt = {version = "2.10.1", extras = ["crypto"]}
-pymdown-extensions = "10.12"
+pymdown-extensions = "10.14.3"
python-frontmatter = "1.1.0"
pyyaml = "6.0.2"
sentry-sdk = "2.20.0"