aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-14 06:04:19 +0000
committerGravatar Mark <[email protected]>2024-03-14 12:55:21 -0700
commitc729e62400855642011c4c44110dc52b8a0c43d3 (patch)
tree75a922c90f28d99a71927a6b66862544018c98dc
parentMerge pull request #1256 from python-discord/dependabot/pip/sentry-sdk-1.42.0 (diff)
Bump pymdown-extensions from 10.7 to 10.7.1
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.7 to 10.7.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.7...10.7.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 f7517ecb..cd5fea2a 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -858,13 +858,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]]
name = "pymdown-extensions"
-version = "10.7"
+version = "10.7.1"
description = "Extension pack for Python Markdown."
optional = false
python-versions = ">=3.8"
files = [
- {file = "pymdown_extensions-10.7-py3-none-any.whl", hash = "sha256:6ca215bc57bc12bf32b414887a68b810637d039124ed9b2e5bd3325cbb2c050c"},
- {file = "pymdown_extensions-10.7.tar.gz", hash = "sha256:c0d64d5cf62566f59e6b2b690a4095c931107c250a8c8e1351c1de5f6b036deb"},
+ {file = "pymdown_extensions-10.7.1-py3-none-any.whl", hash = "sha256:f5cc7000d7ff0d1ce9395d216017fa4df3dde800afb1fb72d1c7d3fd35e710f4"},
+ {file = "pymdown_extensions-10.7.1.tar.gz", hash = "sha256:c70e146bdd83c744ffc766b4671999796aba18842b268510a329f7f64700d584"},
]
[package.dependencies]
@@ -1216,4 +1216,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "052af71bf6908f4945202daa1618e69bbf7a37a7b526b7bc3934e9fbaae4a179"
+content-hash = "121ab7be253cbe52bb13aefdb08c86d4f06adc5d3cc694a583e1bcf19dd7a17e"
diff --git a/pyproject.toml b/pyproject.toml
index 2b39ef71..13984bc6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ gunicorn = "21.2.0"
httpx = "0.27.0"
markdown = "3.5.2"
PyJWT = {version = "2.8.0", extras = ["crypto"]}
-pymdown-extensions = "10.7"
+pymdown-extensions = "10.7.1"
python-frontmatter = "1.1.0"
pyyaml = "6.0.1"
sentry-sdk = "1.42.0"