diff options
author | 2023-01-29 19:32:37 -0800 | |
---|---|---|
committer | 2023-01-29 19:32:37 -0800 | |
commit | 1f1f665c6e083f48f426778f712d8149ce993eda (patch) | |
tree | affa60e7b0ea06630c3f1e87f798d05aa3ea76f1 | |
parent | Merge pull request #857 from python-discord/dependabot/pip/flake8-annotations... (diff) | |
parent | Bump pymdown-extensions from 9.9.1 to 9.9.2 (diff) |
Merge pull request #856 from python-discord/dependabot/pip/pymdown-extensions-9.9.2
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 019aa818..82c6f4b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1115,14 +1115,14 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pymdown-extensions" -version = "9.9.1" +version = "9.9.2" description = "Extension pack for Python Markdown." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pymdown_extensions-9.9.1-py3-none-any.whl", hash = "sha256:8a8973933ab45b6fe8f5f8da1de25766356b1f91dee107bf4a34efd158dc340b"}, - {file = "pymdown_extensions-9.9.1.tar.gz", hash = "sha256:abed29926960bbb3b40f5ed5fa6375e29724d4e3cb86ced7c2bbd37ead1afeea"}, + {file = "pymdown_extensions-9.9.2-py3-none-any.whl", hash = "sha256:c3d804eb4a42b85bafb5f36436342a5ad38df03878bb24db8855a4aa8b08b765"}, + {file = "pymdown_extensions-9.9.2.tar.gz", hash = "sha256:ebb33069bafcb64d5f5988043331d4ea4929325dc678a6bcf247ddfcf96499f8"}, ] [package.dependencies] @@ -1493,4 +1493,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "2b2cdc5156cedcd7adf80cdf4054e1aea7c81332cbfa799db6643f92cd8ccca5" +content-hash = "7ba7fdff568bc798b09b4f95dfcd900579c535f1ced783cdce2a726190f5fb51" diff --git a/pyproject.toml b/pyproject.toml index 9aa0defb..c1a68cdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ python-frontmatter = "1.0.0" django-prometheus = "2.2.0" django-distill = "3.0.2" PyJWT = {version = "2.6.0", extras = ["crypto"]} -pymdown-extensions = "9.9.1" +pymdown-extensions = "9.9.2" [tool.poetry.dev-dependencies] coverage = "7.0.5" |