Skip to content

Commit b57c5ac

Browse files
Bump xlsxwriter from 3.2.0 to 3.2.1 (#248)
Bumps [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) from 3.2.0 to 3.2.1. <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.1 - January 22 2025</h2> <p>Added improvements to <code>autofit()</code>.</p> <ul> <li> <p>Added the optional <code>max_width</code> parameter to the :func:<code>autofit()</code> method to work around the issue where the autofit width is too big.</p> <p>Excel autofits very long strings up to limit of 1790 pixels/255 characters. This is often too wide to display on a single screen at normal zoom. As such the <code>max_width</code> parameter is provided to enable a smaller upper pixel limit for autofitting long strings. See :func:<code>autofit()</code>.</p> <p>:feature:<code>1106</code>.</p> </li> <li> <p>Added the :func:<code>cell_autofit_width</code> utility function to allow users to calculate the auto-fit width for a cell value. This allows the user to implement their own auto-fit logic. See :ref:<code>ex_autofit_manually</code>.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/6abc6b49a8fe25954fb8e61f74ea16a76c467b6b"><code>6abc6b4</code></a> Prep for release 3.2.1</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/0826e1366f9fb191242866114e127c052bfa5e2b"><code>0826e13</code></a> worksheet: fix set_row() and set_default_row() interaction</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/72d8083e23742c84927de92d3dbf36cfc524d31d"><code>72d8083</code></a> docs: clarify ignore_error() limitations</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/c45683f3cd098571b6b4e3214e41a3e729e30a04"><code>c45683f</code></a> utility: add cell_autofit_width() function</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/e14658596d5f6736c830dd4dcc94eca62a1cc037"><code>e146585</code></a> autofit: add upper limit in pixels</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/6b698c2d283d1cb16a6ec138d8d0de70d1a5453c"><code>6b698c2</code></a> autofilter: fix range clash with table autofilter</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/efd07187f17434788d8aba83ead7d389ad0e777d"><code>efd0718</code></a> doc: fix minor typo</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/3ab640dfdd538469837d76f8ab1d9f5cee2fc39c"><code>3ab640d</code></a> sqa: sort imports with isort</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/6b790acedaefa43cb4757881d8be9da066ed0525"><code>6b790ac</code></a> conditional_format: fix for 0 length data_bar</li> <li><a href="https://github.com/jmcnamara/XlsxWriter/commit/3e45ab84d60f7b46ef036a0eb0f63103ec808ecd"><code>3e45ab8</code></a> image: fix for 0 dpi in png</li> <li>Additional commits viewable in <a href="https://github.com/jmcnamara/XlsxWriter/compare/RELEASE_3.2.0...RELEASE_3.2.1">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.0&new-version=3.2.1)](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 109424d commit b57c5ac

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.0
2+
XlsxWriter==3.2.1

0 commit comments

Comments
 (0)