diff options
author | 2024-01-17 05:21:07 +0000 | |
---|---|---|
committer | 2024-01-17 05:21:07 +0000 | |
commit | 6dcc0cb9d61fd8f563634ffac1bfdcf1fb0da7aa (patch) | |
tree | eb1945246489bca74b772bac1903fdb5a016643a /poetry.lock | |
parent | Merge pull request #1206 from python-discord/dependabot/pip/ruff-0.1.13 (diff) |
Bump python-frontmatter from 1.0.1 to 1.1.0
Bumps [python-frontmatter](https://github.com/eyeseast/python-frontmatter) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/eyeseast/python-frontmatter/releases)
- [Commits](https://github.com/eyeseast/python-frontmatter/compare/v1.0.1...v1.1.0)
---
updated-dependencies:
- dependency-name: python-frontmatter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 10 |
1 files changed, 5 insertions, 5 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" |