diff options
author | 2023-01-14 17:52:26 +0000 | |
---|---|---|
committer | 2023-01-14 17:52:26 +0000 | |
commit | 0dc0a797ee987bcb021a0364ac92a3b54a3d6f4f (patch) | |
tree | 47ebc4cc42126348436d262d4d1325c4ee8654e9 /pyproject.toml | |
parent | Merge pull request #828 from python-discord/dependabot/pip/whitenoise-6.3.0 (diff) |
Bump pymdown-extensions from 9.9 to 9.9.1
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.9 to 9.9.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.9...9.9.1)
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 5bfce81b..57527abc 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" +pymdown-extensions = "9.9.1" [tool.poetry.dev-dependencies] coverage = "7.0.5" |