From 077d7da1dd469e57d6ed02d9c61131bdf9a399ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 18:46:20 +0000 Subject: [PATCH] Update python-frontmatter requirement from >=1.0.0 to >=1.3.0 Updates the requirements on [python-frontmatter](https://github.com/eyeseast/python-frontmatter) to permit the latest version. - [Release notes](https://github.com/eyeseast/python-frontmatter/releases) - [Commits](https://github.com/eyeseast/python-frontmatter/compare/v1.0.0...v1.3.0) --- updated-dependencies: - dependency-name: python-frontmatter dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 99a6ec2..c40e10f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,7 +53,7 @@ flask>=3.0.0 # quart>=0.19.0 # Documentation & Utilities -python-frontmatter>=1.0.0 +python-frontmatter>=1.3.0 # markdown2dash 0.1.2 declares `gunicorn>=21.2.0,<22.0.0` — a markdown parser # pinning a WSGI server, and directly against the CVE-driven gunicorn>=23 # floor below. pip cannot resolve both, so markdown2dash is installed on its