Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps xlsxwriter from 3.1.1 to 3.2.9.

Changelog

Sourced from xlsxwriter's changelog.

Release 3.2.9 - September 16 2025

  • Removed the py.typed 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.

    The file will be re-added once the xlsxwriter typing is more comprehensive.

Release 3.2.8 - September 14 2025

  • Fixed mypy implicit export error caused by the Workbook() type annotations changes in v3.2.7 and v3.2.6.

    :issue:1154.

Release 3.2.7 - September 13 2025

  • Fixed typing issue in Workbook() constructor.

    :issue:1152.

Release 3.2.6 - September 12 2025

  • Added an option to position custom data labels in the same way that the data labels can be positioned for the entire series.

    :feature:1147.

  • Add border, fill, gradient and pattern formatting options for chart titles and also chart axis titles.

    :feature:957.

  • Add additional type annotations. This is an ongoing refactoring.

    :feature:1123.

Release 3.2.5 - June 17 2025

  • Fixed issue where a test function was made public incorrectly which caused warnings about a missing xlsxwriter.test module.

... (truncated)

Commits
  • e943bee Prep for release 3.2.9
  • 392bd9e typing: remove py.typed file
  • eb99afe Prep for release 3.2.8
  • 5ec2982 workbook: add explicit export for mypy compatibility
  • ca85cbb Prep for release 3.2.7
  • 3710251 typing: add more supported types to Workbook() constructor
  • 27db7a1 Prep for release 3.2.6
  • f050676 docs: add CI spell check
  • 60f708c chart: add axis title formatting
  • 53dc08e chart: add chart title formatting options
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) from 3.1.1 to 3.2.9.
- [Changelog](https://github.com/jmcnamara/XlsxWriter/blob/main/Changes)
- [Commits](jmcnamara/XlsxWriter@RELEASE_3.1.1...RELEASE_3.2.9)

---
updated-dependencies:
- dependency-name: xlsxwriter
  dependency-version: 3.2.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants