From a5748adc1bd5b83291abd6905f9783d47ab17069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:50:42 +0000 Subject: [PATCH] Bump syllables from 1.0.7 to 1.1.5 Bumps [syllables](https://github.com/prosegrinder/python-syllables) from 1.0.7 to 1.1.5. - [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.7...v1.1.5) --- updated-dependencies: - dependency-name: syllables dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a5bd4c3..4f78a18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ regex==2023.10.3 ; python_version >= "3.11" and python_version < "4.0" rich==13.6.0 ; python_version >= "3.11" and python_version < "4.0" sniffio==1.3.0 ; python_version >= "3.11" and python_version < "4.0" sortedcontainers==2.4.0 ; python_version >= "3.11" and python_version < "4.0" -syllables==1.0.7 ; python_version >= "3.11" and python_version < "4.0" +syllables==1.1.5 ; python_version >= "3.11" and python_version < "4.0" tqdm==4.66.1 ; python_version >= "3.11" and python_version < "4.0" typer==0.9.0 ; python_version >= "3.11" and python_version < "4.0" typing-extensions==4.8.0 ; python_version >= "3.11" and python_version < "4.0"