From a2885d3d7fcfb226daeb58be1ce70f9f6917e5a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 14:19:10 +0000 Subject: [PATCH] fix(deps): bump syllables from 1.0.8 to 1.0.9 Bumps [syllables](https://github.com/prosegrinder/python-syllables) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/prosegrinder/python-syllables/releases) - [Changelog](https://github.com/prosegrinder/python-syllables/blob/main/CHANGELOG.md) - [Commits](https://github.com/prosegrinder/python-syllables/compare/v1.0.8...v1.0.9) --- updated-dependencies: - dependency-name: syllables dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2122509..219cba5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -392,18 +392,18 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "syllables" -version = "1.0.8" +version = "1.0.9" description = "A Python package for estimating the number of syllables in a word." optional = false python-versions = ">=3.7.2,<4.0.0" files = [ - {file = "syllables-1.0.8-py3-none-any.whl", hash = "sha256:eb93723ecb33dcd6873e7e372a215c5d4eaeb8cb5b66a8a4567e61e486f2285e"}, - {file = "syllables-1.0.8.tar.gz", hash = "sha256:964805f326294097c26d58caa3bab6cc9cf5268c100fc59aa6d1413dad68baa2"}, + {file = "syllables-1.0.9-py3-none-any.whl", hash = "sha256:341d1e5dd396589d385a8c462ea483081d344fa5652e02d29d1047a342c88d9b"}, + {file = "syllables-1.0.9.tar.gz", hash = "sha256:e73be37d7420bd94cae1ec5511dc6392e1305fe0837a89def9bcabad27f91f6f"}, ] [package.dependencies] cmudict = ">=1.0.11,<2.0.0" -importlib-metadata = ">=5.1.0,<6.0.0" +importlib-metadata = ">=5.1,<7.0" [[package]] name = "tomli"