From e1d236d5916fc9ca930d2390ec166030ff89aa6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:42:24 +0000 Subject: [PATCH] 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5473f97e5..bb044f2a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -880,13 +880,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-frontmatter" -version = "1.0.0" +version = "1.0.1" description = "Parse and manage posts with YAML (or other) frontmatter" optional = false python-versions = "*" files = [ - {file = "python-frontmatter-1.0.0.tar.gz", hash = "sha256:e98152e977225ddafea6f01f40b4b0f1de175766322004c826ca99842d19a7cd"}, - {file = "python_frontmatter-1.0.0-py3-none-any.whl", hash = "sha256:766ae75f1b301ffc5fe3494339147e0fd80bc3deff3d7590a93991978b579b08"}, + {file = "python-frontmatter-1.0.1.tar.gz", hash = "sha256:a6a082844fc601f34e4dd576bed8fcb5ef19112166e087629e4d6ba9bf4f7c35"}, + {file = "python_frontmatter-1.0.1-py3-none-any.whl", hash = "sha256:0599198cc01b445e5d0be74ff35be0a6c7442dddbdb0803e018be4e055397f6a"}, ] [package.dependencies] @@ -1204,4 +1204,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "ed53933d6b85232dec7be916fe7801f37303e13ad3fc749b54e2bef96cef42f3" +content-hash = "ad28df0a65d338235dc88f6df6721d894ed59bbdd64351b025764e43b807ad81" diff --git a/pyproject.toml b/pyproject.toml index 953f92057..100d84c97 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"