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"