-
Notifications
You must be signed in to change notification settings - Fork 73
Commit ac009c7
authored
Bump xlsxwriter from 3.2.2 to 3.2.5 (#445)
Bumps [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) from 3.2.2
to 3.2.5.
<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.5 - June 17 2025</h2>
<ul>
<li>
<p>Fixed issue where a test function was made public incorrectly which
caused
warnings about a missing <code>xlsxwriter.test</code> module.</p>
<p>:issue:<code>1138</code>.</p>
</li>
</ul>
<h2>Release 3.2.4 - June 17 2025</h2>
<ul>
<li>
<p>Added support for a :ref:<code>Color() <Color></code> type.
This is backwards compatible
with existing Html and named color string types but also adds support
for
theme colors. See also :ref:<code>colors</code>.</p>
</li>
<li>
<p>Fixed issue where <code>write_url()</code> dropped implicit support
for generic URL
types due to the refactoring into a <code>Url</code> type in the
previous release.</p>
<p>:issue:<code>1129</code>.</p>
</li>
<li>
<p>Fixed issue where <code>max_url_length</code> parameter wasn't
honored.</p>
<p>:issue:<code>1130</code>.</p>
</li>
</ul>
<h2>Release 3.2.3 - April 17 2025</h2>
<ul>
<li>
<p>Fix for a breaking change in v3.2.1.</p>
<p>The Format class contained methods called <code>set_font()</code>,
<code>set_size()</code> and
<code>set_color()</code> which were old internal testing alternatives
for
<code>set_font_name()</code>, <code>set_font_size()</code> and
<code>set_font_color()</code>. Since they
were intentionally internal methods they were removed as part of a
general
refactoring in v3.2.1. However, the alternative method names had leaked
out
into production code and the removal caused breaks in dependent code.
These
methods have been reinstated to prevent inadvertent breakages but may be
removed in the future after an orderly deprecation. Users should update
to the
documented method names.</p>
</li>
<li>
<p>This release drops support for Python 3.6 and 3.7, which are both
EOL, in
order to simplify the additions of type annotations. The minimum
supported
version of Python is now Python 3.8.</p>
</li>
<li>
<p>This release contains code with initial type annotations as part of
an overall
effort to add type annotations to the entire code base. It also contains
internal refactoring of some pseudo-types, based on dicts, into actual
enum or
class types to allow stronger type checking. These will be rolled out in
upcoming releases.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/c1c0b6a28739c1b548cb20dc0d9e325e91cf7e32"><code>c1c0b6a</code></a>
Prep for release 3.2.5</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/1ab5a56dc5648f0dc5cc0514d6dba58fb241137a"><code>1ab5a56</code></a>
test: fix minor test framework issues</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/a6d9f39ab09d4db67427514b506174ce2e37c56a"><code>a6d9f39</code></a>
Revert "utility: make compare_xlsx_files() a public
function"</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/b0f2569758cafbb839d512b6d561fdf6112d5ff4"><code>b0f2569</code></a>
Prep for release 3.2.4</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/0b34344c435a912c13a0d934399871259de17a2f"><code>0b34344</code></a>
Prep for release 3.2.4</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/2d187a726f3763a45969c76645660e71a016405e"><code>2d187a7</code></a>
url: reinstate max length test for string urls</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/45638ae2c82d6f31d94d3423824dae143fc1b79b"><code>45638ae</code></a>
url: allow custom URIs/URLS</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/affdc32dfbfbc385f0a6d6898f49a6662504a291"><code>affdc32</code></a>
utility: make compare_xlsx_files() a public function</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/a5755af23b43df3b5891094c1ce6d711a9a0a006"><code>a5755af</code></a>
image: test for indexing with header and worksheet images</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/c97f9e978d500afd9ff9e3a97b73a382dac63720"><code>c97f9e9</code></a>
color: add extra type annotations</li>
<li>Additional commits viewable in <a
href="https://github.com/jmcnamara/XlsxWriter/compare/RELEASE_3.2.2...RELEASE_3.2.5">compare
view</a></li>
</ul>
</details>
<br />
[](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 81c3284 commit ac009c7Copy full SHA for ac009c7
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedrequirements.txt
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
|
0 commit comments