aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-20 05:51:14 +0000
committerGravatar GitHub <[email protected]>2023-10-20 05:51:14 +0000
commit9d150843081fada6498a49b2f40cbe1a57d4d18e (patch)
treec8f0311bef7667adfe5012f8ab232fb975e2b2b9
parentMerge pull request #1129 from python-discord/dependabot/pip/ruff-0.1.1 (diff)
Bump pymdown-extensions from 10.3 to 10.3.1
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.3 to 10.3.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.3...10.3.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 7280fa2c..8e50e2f7 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -847,13 +847,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]]
name = "pymdown-extensions"
-version = "10.3"
+version = "10.3.1"
description = "Extension pack for Python Markdown."
optional = false
python-versions = ">=3.8"
files = [
- {file = "pymdown_extensions-10.3-py3-none-any.whl", hash = "sha256:77a82c621c58a83efc49a389159181d570e370fff9f810d3a4766a75fc678b66"},
- {file = "pymdown_extensions-10.3.tar.gz", hash = "sha256:94a0d8a03246712b64698af223848fd80aaf1ae4c4be29c8c61939b0467b5722"},
+ {file = "pymdown_extensions-10.3.1-py3-none-any.whl", hash = "sha256:8cba67beb2a1318cdaf742d09dff7c0fc4cafcc290147ade0f8fb7b71522711a"},
+ {file = "pymdown_extensions-10.3.1.tar.gz", hash = "sha256:f6c79941498a458852853872e379e7bab63888361ba20992fc8b4f8a9b61735e"},
]
[package.dependencies]
@@ -1203,4 +1203,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "a5688d3287233f3d72687cf78e0744aab3e3cc0c9ef83085dbaaa123796c89e6"
+content-hash = "7168a0886b135cb091b2eab8cc908afea1d6a21250e1b697bdebab084636812f"
diff --git a/pyproject.toml b/pyproject.toml
index 034a3ce2..ead1e383 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ gunicorn = "21.2.0"
httpx = "0.25.0"
markdown = "3.5"
PyJWT = {version = "2.8.0", extras = ["crypto"]}
-pymdown-extensions = "10.3"
+pymdown-extensions = "10.3.1"
python-frontmatter = "1.0.0"
pyyaml = "6.0.1"
sentry-sdk = "1.32.0"