From a95e0e425e56992bd85712a9cb112a294259cb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 22:02:38 +0000 Subject: [PATCH] Bump xlsxwriter from 1.1.2 to 3.2.9 Bumps [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) from 1.1.2 to 3.2.9. - [Changelog](https://github.com/jmcnamara/XlsxWriter/blob/main/Changes) - [Commits](https://github.com/jmcnamara/XlsxWriter/compare/RELEASE_1.1.2...RELEASE_3.2.9) --- updated-dependencies: - dependency-name: xlsxwriter dependency-version: 3.2.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 402f4628b77ce..60dc838c1142b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ vatnumber==1.2 vobject==0.9.6.1 Werkzeug==0.14.1 ; sys_platform != 'win32' Werkzeug==0.16.0 ; sys_platform == 'win32' -XlsxWriter==1.1.2 +XlsxWriter==3.2.9 xlwt==1.3.* xlrd==1.1.0 pypiwin32 ; sys_platform == 'win32'