diff options
| author | 2023-08-29 09:29:34 +0200 | |
|---|---|---|
| committer | 2023-08-29 09:29:34 +0200 | |
| commit | 3cf8cff3b8780ea1885bc16fe4836e47e38df060 (patch) | |
| tree | c0bd904c5c416c667ff5fbe10b28864f889f3577 /pyproject.toml | |
| parent | Merge pull request #1079 from python-discord/cj10-frameworks-update (diff) | |
| parent | Bump pymdown-extensions from 10.1 to 10.2 (diff) | |
Merge pull request #1080 from python-discord/dependabot/pip/pymdown-extensions-10.2
Bump pymdown-extensions from 10.1 to 10.2
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 ca067559..724deeb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ gunicorn = "21.2.0" httpx = "0.24.1" markdown = "3.4.4" PyJWT = {version = "2.8.0", extras = ["crypto"]} -pymdown-extensions = "10.1" +pymdown-extensions = "10.2" python-frontmatter = "1.0.0" pyyaml = "6.0.1" sentry-sdk = "1.29.2" |