From a1f662ca76f875a81e55c44b2a38aa41f7cb20a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:50:45 +0000 Subject: [PATCH] Bump wordcloud from 1.9.5 to 1.9.6 Bumps [wordcloud](https://github.com/amueller/word_cloud) from 1.9.5 to 1.9.6. - [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.5...1.9.6) --- updated-dependencies: - dependency-name: wordcloud dependency-version: 1.9.6 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 58ae3718..e4711a16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "pytz", "semantic-version", "six", - "wordcloud==1.9.5" + "wordcloud==1.9.6" ] [project.urls]