Skip to content

Commit 02b8a75

Browse files
Bump xlsxwriter from 3.2.1 to 3.2.2 (#270)
Bumps [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) from 3.2.1 to 3.2.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jmcnamara/XlsxWriter/blob/main/Changes">xlsxwriter's changelog</a>.</em></p> <blockquote> <h2>Release 3.2.2 - January 28 2025</h2> <ul> <li> <p>Added support for checkboxes via the :func:<code>insert_checkbox()</code> method.</p> <p>Checkboxes are a new feature added to <code>Excel in 2024</code>_. They are a way of displaying a boolean value as a checkbox in a cell. The underlying value is still an Excel <code>TRUE/FALSE</code> boolean value and can be used in formulas and in references.</p> <p>.. image:: _images/checkbox.png</p> <p>See :ref:<code>ex_checkbox</code>.</p> <p>.. _Excel in 2024: <a href="https://techcommunity.microsoft.com/blog/excelblog/introducing-checkboxes-in-excel/4173561">https://techcommunity.microsoft.com/blog/excelblog/introducing-checkboxes-in-excel/4173561</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/5636b427e404438a4428e24448c5751a9dfdf16c"><code>5636b42</code></a> Prep for release 3.2.2</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/64cef1afb20d7d9084c8cb8dc3ed5f2a10bcbcc8"><code>64cef1a</code></a> fix: remove code duplication</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/028d49caed084c4e21d146567ea3f079f17ed3b2"><code>028d49c</code></a> checkbox: add table format support</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/061a8817540431d755383013b97a5a72aec0081b"><code>061a881</code></a> checkbox: add polars checkbox example</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/403b50f2d0f511ebaafabb9d5dba23297592da24"><code>403b50f</code></a> cond format: add support for bool type values</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/ccb0d7269819f788cba793ef3e784f54a1c72b9b"><code>ccb0d72</code></a> checkbox: add checkbox support</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/35240021021faafa1b70835876560ecde32d3591"><code>3524002</code></a> package: update copyright year</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/13bfd81b258c576d87c142642e259540dc53c2a9"><code>13bfd81</code></a> worksheet: minor refactor</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/0d63173b3503783ba1fb673592d4252a4bd346f0"><code>0d63173</code></a> Prep for release 3.2.1</li> <li>See full diff in <a href="https://github.com/jmcnamara/XlsxWriter/compare/RELEASE_3.2.1...RELEASE_3.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xlsxwriter&package-manager=pip&previous-version=3.2.1&new-version=3.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7aed0e commit 02b8a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
numpy==2.2.2
2-
XlsxWriter==3.2.1
2+
XlsxWriter==3.2.2

0 commit comments

Comments
 (0)