aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-15 06:49:00 +0000
committerGravatar GitHub <[email protected]>2023-11-15 06:49:00 +0000
commit63ef824ce181df568e9cb00ba51c46c6ba365151 (patch)
treeb4bd014838452bb12370100abe02f8bb5727ac72
parentBump deepdiff from 6.7.0 to 6.7.1 (#2815) (diff)
Bump python-frontmatter from 1.0.0 to 1.0.1 (#2812)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 32919686d..3afcae1d2 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 1020af1a3..87a5eac6c 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"