aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-13 05:42:24 +0000
committerGravatar GitHub <[email protected]>2023-11-13 05:42:24 +0000
commite1d236d5916fc9ca930d2390ec166030ff89aa6e (patch)
tree83e9225037549aac6f05bb8545ffeffd74bd2717 /pyproject.toml
parentMerge pull request #1141 from python-discord/dependabot/pip/ruff-0.1.5 (diff)
Bump python-frontmatter from 1.0.0 to 1.0.1
Bumps [python-frontmatter](https://github.com/eyeseast/python-frontmatter) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/eyeseast/python-frontmatter/releases) - [Commits](https://github.com/eyeseast/python-frontmatter/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: python-frontmatter 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 953f9205..100d84c9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ httpx = "0.25.1"
markdown = "3.5.1"
PyJWT = {version = "2.8.0", extras = ["crypto"]}
pymdown-extensions = "10.3.1"
-python-frontmatter = "1.0.0"
+python-frontmatter = "1.0.1"
pyyaml = "6.0.1"
sentry-sdk = "1.34.0"
whitenoise = "6.6.0"