diff options
author | 2023-05-16 09:13:45 +0000 | |
---|---|---|
committer | 2023-05-16 09:13:45 +0000 | |
commit | ea670deb8f657270488a43e1f7f4d04565a82de7 (patch) | |
tree | 95994fa15391b01768c1df756d4ee625db426d68 /pyproject.toml | |
parent | Merge pull request #973 from python-discord/Python-3.11 (diff) |
Bump pymdown-extensions from 9.11 to 10.0.1 (#977)
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.11 to 10.0.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.11...10.0.1)
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 2bc81e75..3652634c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ gunicorn = "20.1.0" httpx = "0.24.0" markdown = "3.4.3" PyJWT = {version = "2.7.0", extras = ["crypto"]} -pymdown-extensions = "9.11" +pymdown-extensions = "10.0.1" python-frontmatter = "1.0.0" pyyaml = "6.0" sentry-sdk = "1.22.2" |