diff options
author | 2022-11-12 14:24:56 +0000 | |
---|---|---|
committer | 2022-11-12 14:24:56 +0000 | |
commit | 779ca88b79777ca29eeba3d03c7f5ccfd2aca3a7 (patch) | |
tree | 9fd3ad2486bcac8382cee7f2dfe10dae64d6c761 /pyproject.toml | |
parent | Merge 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.toml | 2 |
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" |