From e622c484c6b003d8c93edd0ad58e631420b247af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:19:32 +0000 Subject: [PATCH] Bump nh3 from 0.3.2 to 0.3.3 Bumps [nh3](https://github.com/messense/nh3) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/messense/nh3/releases) - [Commits](https://github.com/messense/nh3/compare/v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: nh3 dependency-version: 0.3.3 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 d46159b91..241a78d19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "icalendar==6.3.2", "irc3==1.1.10", "lxml==6.0.2", - "nh3==0.3.2", + "nh3==0.3.3", "openpyxl==3.1.5", # used to import excel files in economy backoffice "pandas==3.0.0", "psycopg2-binary==2.9.11",