diff --git a/poetry.lock b/poetry.lock index 32919686da..3afcae1d2b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1654,13 +1654,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] @@ -2342,4 +2342,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "eddb4cb4041053fada5aea6db2080bf8b3ed29eb100d36ee4af9348d293cebc6" +content-hash = "b3ea6ad20d91db5da33108106646f28deb3a048db593f615816f2d571bbf1ffb" diff --git a/pyproject.toml b/pyproject.toml index 1020af1a37..87a5eac6c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ lxml = "4.9.3" markdownify = "0.11.6" more-itertools = "10.1.0" python-dateutil = "2.8.2" -python-frontmatter = "1.0.0" +python-frontmatter = "1.0.1" rapidfuzz = "3.5.2" regex = "2023.10.3" sentry-sdk = "1.35.0"