From af8857827aa13dd6a6f93a848a20323f290f44a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 01:09:45 +0000 Subject: [PATCH] Bump python-frontmatter from 1.2.0 to 1.3.0 Bumps [python-frontmatter](https://github.com/eyeseast/python-frontmatter) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/eyeseast/python-frontmatter/releases) - [Commits](https://github.com/eyeseast/python-frontmatter/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: python-frontmatter dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7e9f7ee..e98e63a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4046,22 +4046,23 @@ cli = ["click (>=5.0)"] [[package]] name = "python-frontmatter" -version = "1.2.0" +version = "1.3.0" description = "Parse and manage posts with YAML (or other) frontmatter" optional = false -python-versions = "*" +python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "python_frontmatter-1.2.0-py3-none-any.whl", hash = "sha256:e1ee1d4300450a2f84e778eb4f70edf573da6cd7d463801066f05edc4e819c78"}, - {file = "python_frontmatter-1.2.0.tar.gz", hash = "sha256:5b26ccd3cb85af77feb11d83b922c7bb5aeccb0c9d3fb236b938c600b6322984"}, + {file = "python_frontmatter-1.3.0-py3-none-any.whl", hash = "sha256:9f7dd9260bec99044219159a329f64f039087f9d1a2124c9442556f2fe6f82ec"}, + {file = "python_frontmatter-1.3.0.tar.gz", hash = "sha256:acc73e477a568dc2a25c9e130c6c68ae8daa8c204c8f7e813db47d6a7280dcf2"}, ] [package.dependencies] -PyYAML = "*" +pyyaml = "*" [package.extras] docs = ["sphinx"] -test = ["mypy", "pyaml", "pytest", "toml", "types-PyYAML", "types-toml"] +test = ["mypy", "pyaml", "pytest", "toml", "types-pyyaml", "types-toml"] +toml = ["toml"] [[package]] name = "python-json-logger"