aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-17 05:21:07 +0000
committerGravatar GitHub <[email protected]>2024-01-17 05:21:07 +0000
commit6dcc0cb9d61fd8f563634ffac1bfdcf1fb0da7aa (patch)
treeeb1945246489bca74b772bac1903fdb5a016643a /pyproject.toml
parentMerge pull request #1206 from python-discord/dependabot/pip/ruff-0.1.13 (diff)
Bump python-frontmatter from 1.0.1 to 1.1.0
Bumps [python-frontmatter](https://github.com/eyeseast/python-frontmatter) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/eyeseast/python-frontmatter/releases) - [Commits](https://github.com/eyeseast/python-frontmatter/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: python-frontmatter dependency-type: direct:production update-type: version-update:semver-minor ... 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 3ae5ff3b..f9a394b7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ httpx = "0.26.0"
markdown = "3.5.2"
PyJWT = {version = "2.8.0", extras = ["crypto"]}
pymdown-extensions = "10.7"
-python-frontmatter = "1.0.1"
+python-frontmatter = "1.1.0"
pyyaml = "6.0.1"
sentry-sdk = "1.39.2"
whitenoise = "6.6.0"