From 6d255bb9cc1ee335e8a411c54f5176c667b42434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:50:50 +0200 Subject: [PATCH] Update defusedcsv requirement from >=1.1.0 to >=3.0.0 (#6105) Updates the requirements on [defusedcsv](https://github.com/raphaelm/defusedcsv) to permit the latest version. - [Commits](https://github.com/raphaelm/defusedcsv/compare/v1.1.0...v3.0.0) --- updated-dependencies: - dependency-name: defusedcsv dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f7344a09..85c682b51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "chardet==5.2.*", "cryptography>=46.0.7", "css-inline==0.20.*", - "defusedcsv>=1.1.0", + "defusedcsv>=3.0.0", "dnspython==2.*", "Django[argon2]==5.2.*", "django-bootstrap3==26.1",