From ac2c4b16d5894e7e90f44673decba5b4ae3c96a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 11:02:37 +0000 Subject: [PATCH] Bump wordcloud from 1.9.4 to 1.9.5 Bumps [wordcloud](https://github.com/amueller/word_cloud) from 1.9.4 to 1.9.5. - [Release notes](https://github.com/amueller/word_cloud/releases) - [Changelog](https://github.com/amueller/word_cloud/blob/main/doc/changelog.rst) - [Commits](https://github.com/amueller/word_cloud/compare/1.9.4...1.9.5) --- updated-dependencies: - dependency-name: wordcloud dependency-version: 1.9.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a72ca008..12c4071a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "pytz", "semantic-version", "six", - "wordcloud==1.9.4" + "wordcloud==1.9.5" ] [project.urls]