aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-20 05:51:14 +0000
committerGravatar GitHub <[email protected]>2023-10-20 05:51:14 +0000
commit9d150843081fada6498a49b2f40cbe1a57d4d18e (patch)
treec8f0311bef7667adfe5012f8ab232fb975e2b2b9 /pyproject.toml
parentMerge pull request #1129 from python-discord/dependabot/pip/ruff-0.1.1 (diff)
Bump pymdown-extensions from 10.3 to 10.3.1
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.3 to 10.3.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.3...10.3.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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 034a3ce2..ead1e383 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ gunicorn = "21.2.0"
httpx = "0.25.0"
markdown = "3.5"
PyJWT = {version = "2.8.0", extras = ["crypto"]}
-pymdown-extensions = "10.3"
+pymdown-extensions = "10.3.1"
python-frontmatter = "1.0.0"
pyyaml = "6.0.1"
sentry-sdk = "1.32.0"