From 507caf077fe1c5168fcf21c24c3c099f457658a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:33:13 +0000 Subject: [PATCH] Bump nh3 from 0.3.2 to 0.3.5 Bumps [nh3](https://github.com/messense/nh3) from 0.3.2 to 0.3.5. - [Release notes](https://github.com/messense/nh3/releases) - [Commits](https://github.com/messense/nh3/compare/v0.3.2...v0.3.5) --- updated-dependencies: - dependency-name: nh3 dependency-version: 0.3.5 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 5d7026c77..e15254875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "icalendar==7.1.0", "irc3==1.1.10", "lxml==6.1.0", - "nh3==0.3.2", + "nh3==0.3.5", "openpyxl==3.1.5", # used to import excel files in economy backoffice "pandas==3.0.2", "psycopg2-binary==2.9.12",