diff options
author | 2023-11-13 05:42:24 +0000 | |
---|---|---|
committer | 2023-11-13 05:42:24 +0000 | |
commit | e1d236d5916fc9ca930d2390ec166030ff89aa6e (patch) | |
tree | 83e9225037549aac6f05bb8545ffeffd74bd2717 /pyproject.toml | |
parent | Merge 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.toml | 2 |
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" |