-
Notifications
You must be signed in to change notification settings - Fork 73
Commit c2d872a
authored
Bump xlsxwriter from 3.2.5 to 3.2.9 (#639)
Bumps [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) from 3.2.5
to 3.2.9.
<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.9 - September 16 2025</h2>
<ul>
<li>
<p>Removed the <code>py.typed</code> file since it was causing a lot of
downstream CI
failures where consumers weren't handling the xlsxwriter types correctly
or
taking them into account.</p>
<p>The file will be re-added once the xlsxwriter typing is more
comprehensive.</p>
</li>
</ul>
<h2>Release 3.2.8 - September 14 2025</h2>
<ul>
<li>
<p>Fixed <code>mypy</code> implicit export error caused by the
<code>Workbook()</code> type
annotations changes in v3.2.7 and v3.2.6.</p>
<p>:issue:<code>1154</code>.</p>
</li>
</ul>
<h2>Release 3.2.7 - September 13 2025</h2>
<ul>
<li>
<p>Fixed typing issue in <code>Workbook()</code> constructor.</p>
<p>:issue:<code>1152</code>.</p>
</li>
</ul>
<h2>Release 3.2.6 - September 12 2025</h2>
<ul>
<li>
<p>Added an option to position custom data labels in the same way that
the data
labels can be positioned for the entire series.</p>
<p>:feature:<code>1147</code>.</p>
</li>
<li>
<p>Add border, fill, gradient and pattern formatting options for
chart titles and also chart axis titles.</p>
<p>:feature:<code>957</code>.</p>
</li>
<li>
<p>Add additional type annotations. This is an ongoing refactoring.</p>
<p>:feature:<code>1123</code>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/e943bee8c9cdf0661cfdb83d5497e0725390e41e"><code>e943bee</code></a>
Prep for release 3.2.9</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/392bd9e6572785394c6553e2d4f7ae2bb80782f4"><code>392bd9e</code></a>
typing: remove py.typed file</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/eb99afecdd0050209835f9f237d580dc53e42afa"><code>eb99afe</code></a>
Prep for release 3.2.8</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/5ec29826d5e398bb5adebaabafbeb9d443a6ed8c"><code>5ec2982</code></a>
workbook: add explicit export for mypy compatibility</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/ca85cbb03a5898c9e7b66c78ac67a365e7f53002"><code>ca85cbb</code></a>
Prep for release 3.2.7</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/3710251aaaa9524ee302ec04608bfc1b577d4ba5"><code>3710251</code></a>
typing: add more supported types to Workbook() constructor</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/27db7a14672bfe1a18f29dfbab646aa0149a369b"><code>27db7a1</code></a>
Prep for release 3.2.6</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/f05067654b42283557c3621e411b6fbadb7051b6"><code>f050676</code></a>
docs: add CI spell check</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/60f708cc1e10c0c66ae870be4f350f45a9d3ecc8"><code>60f708c</code></a>
chart: add axis title formatting</li>
<li><a
href="https://github.com/jmcnamara/XlsxWriter/commit/53dc08e5d240310c88bbfce8d1a42330ae256535"><code>53dc08e</code></a>
chart: add chart title formatting options</li>
<li>Additional commits viewable in <a
href="https://github.com/jmcnamara/XlsxWriter/compare/RELEASE_3.2.5...RELEASE_3.2.9">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 fb5daf5 commit c2d872aCopy full SHA for c2d872a
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 changedCollapse file: requirements.txt
requirements.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 |
| |
4 | 4 |
|
0 commit comments