aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-13 14:08:02 +0000
committerGravatar GitHub <[email protected]>2023-11-13 14:08:02 +0000
commitb06e0e7d45da8e85166e068c22fc560a366625f1 (patch)
tree6ba6bafb4c1fa9e4206d70346f8660796ecf0a6f
parentMerge pull request #1143 from python-discord/dependabot/pip/python-frontmatte... (diff)
Bump pymdown-extensions from 10.3.1 to 10.4
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.3.1 to 10.4. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.3.1...10.4) --- 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 bb044f2a..f1c1e53b 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -848,13 +848,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]]
name = "pymdown-extensions"
-version = "10.3.1"
+version = "10.4"
description = "Extension pack for Python Markdown."
optional = false
python-versions = ">=3.8"
files = [
- {file = "pymdown_extensions-10.3.1-py3-none-any.whl", hash = "sha256:8cba67beb2a1318cdaf742d09dff7c0fc4cafcc290147ade0f8fb7b71522711a"},
- {file = "pymdown_extensions-10.3.1.tar.gz", hash = "sha256:f6c79941498a458852853872e379e7bab63888361ba20992fc8b4f8a9b61735e"},
+ {file = "pymdown_extensions-10.4-py3-none-any.whl", hash = "sha256:cfc28d6a09d19448bcbf8eee3ce098c7d17ff99f7bd3069db4819af181212037"},
+ {file = "pymdown_extensions-10.4.tar.gz", hash = "sha256:bc46f11749ecd4d6b71cf62396104b4a200bad3498cb0f5dad1b8502fe461a35"},
]
[package.dependencies]
@@ -1204,4 +1204,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "ad28df0a65d338235dc88f6df6721d894ed59bbdd64351b025764e43b807ad81"
+content-hash = "4556a64c31461960686192a2678da7558225c99c1a5dd1364a227ba792e36f6c"
diff --git a/pyproject.toml b/pyproject.toml
index 100d84c9..fd443f22 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ gunicorn = "21.2.0"
httpx = "0.25.1"
markdown = "3.5.1"
PyJWT = {version = "2.8.0", extras = ["crypto"]}
-pymdown-extensions = "10.3.1"
+pymdown-extensions = "10.4"
python-frontmatter = "1.0.1"
pyyaml = "6.0.1"
sentry-sdk = "1.34.0"