diff options
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index ff71ba8b..0163ad4c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -881,13 +881,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-frontmatter" -version = "1.0.1" +version = "1.1.0" description = "Parse and manage posts with YAML (or other) frontmatter" optional = false python-versions = "*" files = [ - {file = "python-frontmatter-1.0.1.tar.gz", hash = "sha256:a6a082844fc601f34e4dd576bed8fcb5ef19112166e087629e4d6ba9bf4f7c35"}, - {file = "python_frontmatter-1.0.1-py3-none-any.whl", hash = "sha256:0599198cc01b445e5d0be74ff35be0a6c7442dddbdb0803e018be4e055397f6a"}, + {file = "python-frontmatter-1.1.0.tar.gz", hash = "sha256:7118d2bd56af9149625745c58c9b51fb67e8d1294a0c76796dafdc72c36e5f6d"}, + {file = "python_frontmatter-1.1.0-py3-none-any.whl", hash = "sha256:335465556358d9d0e6c98bbeb69b1c969f2a4a21360587b9873bfc3b213407c1"}, ] [package.dependencies] @@ -895,7 +895,7 @@ PyYAML = "*" [package.extras] docs = ["sphinx"] -test = ["pyaml", "pytest", "toml"] +test = ["mypy", "pyaml", "pytest", "toml", "types-PyYAML", "types-toml"] [[package]] name = "pytz" @@ -1205,4 +1205,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "e084786acd1e6ce348361d9da4ba850b5bd944a0ed92bc21bae86d36d0a02c34" +content-hash = "7457025ed45a984dfe67840d4de28efbfedbcdba6b2770e058006f8ea24878c2" diff --git a/pyproject.toml b/pyproject.toml index 3ae5ff3b..f9a394b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ httpx = "0.26.0" markdown = "3.5.2" PyJWT = {version = "2.8.0", extras = ["crypto"]} pymdown-extensions = "10.7" -python-frontmatter = "1.0.1" +python-frontmatter = "1.1.0" pyyaml = "6.0.1" sentry-sdk = "1.39.2" whitenoise = "6.6.0" |