From e8e35893cc001fa1c842405c49ee7098a698c95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 18:52:45 +0000 Subject: [PATCH] build(deps): update nh3 requirement from >=0.2.18 to >=0.3.4 Updates the requirements on [nh3](https://github.com/messense/nh3) to permit the latest version. - [Release notes](https://github.com/messense/nh3/releases) - [Commits](https://github.com/messense/nh3/compare/v0.2.18...v0.3.4) --- updated-dependencies: - dependency-name: nh3 dependency-version: 0.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d881156d..3bf544837 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "heroicons[django]>=2.8.0", "lxml>=5.3.0", "markdown-it-py[linkify]>=3.0.0", - "nh3>=0.2.18", + "nh3>=0.3.4", "nltk>=3.9.1", "pillow>=10.4.0", "psutil>=6.0.0",