From 6efeea31055520206b5f9759a4a90d4e9241a959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:36:55 +0000 Subject: [PATCH] Bump nh3 from 0.2.21 to 0.3.2 Bumps [nh3](https://github.com/messense/nh3) from 0.2.21 to 0.3.2. - [Release notes](https://github.com/messense/nh3/releases) - [Commits](https://github.com/messense/nh3/compare/v0.2.21...v0.3.2) --- updated-dependencies: - dependency-name: nh3 dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5bcd4b9be..05a33e629 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "icalendar==6.2.0", "irc3==1.1.10", "lxml==6.0.2", - "nh3==0.2.21", + "nh3==0.3.2", "openpyxl==3.1.2", # used to import excel files in economy backoffice "pandas==2.2.3", "psycopg2-binary==2.9.10",