From 89adcc11c6a30963a27133470f8e39917982328d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:28:13 +0200 Subject: [PATCH] Update pyenchant requirement from ==3.2.* to ==3.3.* (#5467) Updates the requirements on [pyenchant](https://github.com/pyenchant/pyenchant) to permit the latest version. - [Release notes](https://github.com/pyenchant/pyenchant/releases) - [Commits](https://github.com/pyenchant/pyenchant/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: pyenchant dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- doc/requirements.rtd.txt | 2 +- doc/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.rtd.txt b/doc/requirements.rtd.txt index 54f1045c7..ca98fe9ab 100644 --- a/doc/requirements.rtd.txt +++ b/doc/requirements.rtd.txt @@ -6,4 +6,4 @@ sphinxcontrib-images sphinxcontrib-jquery sphinxcontrib-spelling==8.* sphinxemoji -pyenchant==3.2.* +pyenchant==3.3.* diff --git a/doc/requirements.txt b/doc/requirements.txt index 5b39f516d..5de0c0984 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -7,4 +7,4 @@ sphinxcontrib-images sphinxcontrib-jquery sphinxcontrib-spelling==8.* sphinxemoji -pyenchant==3.2.* +pyenchant==3.3.*