diff options
author | 2024-03-14 06:04:19 +0000 | |
---|---|---|
committer | 2024-03-14 12:55:21 -0700 | |
commit | c729e62400855642011c4c44110dc52b8a0c43d3 (patch) | |
tree | 75a922c90f28d99a71927a6b66862544018c98dc /pyproject.toml | |
parent | Merge pull request #1256 from python-discord/dependabot/pip/sentry-sdk-1.42.0 (diff) |
Bump pymdown-extensions from 10.7 to 10.7.1
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.7 to 10.7.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.7...10.7.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 2b39ef71..13984bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ gunicorn = "21.2.0" httpx = "0.27.0" markdown = "3.5.2" PyJWT = {version = "2.8.0", extras = ["crypto"]} -pymdown-extensions = "10.7" +pymdown-extensions = "10.7.1" python-frontmatter = "1.1.0" pyyaml = "6.0.1" sentry-sdk = "1.42.0" |