From c5392dca2f008b346eb4d921c37d9ff97dadb3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:45:25 +0000 Subject: [PATCH] Bump wordcloud from 1.9.3 to 1.9.4 Bumps [wordcloud](https://github.com/amueller/word_cloud) from 1.9.3 to 1.9.4. - [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.3...1.9.4) --- updated-dependencies: - dependency-name: wordcloud dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7b83b59b..30ba57d1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,4 +9,4 @@ semantic-version>=2.10.0 myst-parser>=1.0.0 Sphinx>=5.2.2 sphinx_rtd_theme>=1.0.0 -wordcloud==1.9.3 +wordcloud==1.9.4 diff --git a/pyproject.toml b/pyproject.toml index 4ce1ef0a..264e3e7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "pytz", "semantic-version", "six", - "wordcloud==1.9.3" + "wordcloud==1.9.4" ] [project.urls]