aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-12 14:24:56 +0000
committerGravatar GitHub <[email protected]>2022-11-12 14:24:56 +0000
commit779ca88b79777ca29eeba3d03c7f5ccfd2aca3a7 (patch)
tree9fd3ad2486bcac8382cee7f2dfe10dae64d6c761 /pyproject.toml
parentMerge pull request #791 from python-discord/dependabot/pip/django-4.1.3 (diff)
Bump pymdown-extensions from 9.7 to 9.8
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.7 to 9.8. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.7...9.8) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d507af72..595ea33e 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.1"
PyJWT = {version = "2.6.0", extras = ["crypto"]}
-pymdown-extensions = "9.7"
+pymdown-extensions = "9.8"
[tool.poetry.dev-dependencies]
coverage = "6.5.0"