Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps xlsxwriter from 3.2.5 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.

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.2.5 to 3.2.9.
- [Changelog](https://github.com/jmcnamara/XlsxWriter/blob/main/Changes)
- [Commits](jmcnamara/XlsxWriter@RELEASE_3.2.5...RELEASE_3.2.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Sep 19, 2025
@dependabot dependabot bot requested a review from aobolensk as a code owner September 19, 2025 01:05
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 19, 2025
@dependabot dependabot bot requested a review from allnes as a code owner September 19, 2025 01:05
@dependabot dependabot bot added the python label Sep 19, 2025
Copy link

codecov bot commented Sep 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.35%. Comparing base (78ca842) to head (e9a41f6).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #639   +/-   ##
=======================================
  Coverage   95.35%   95.35%           
=======================================
  Files          11       11           
  Lines         366      366           
  Branches      133      133           
=======================================
  Hits          349      349           
  Partials       17       17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aobolensk aobolensk merged commit c2d872a into master Sep 21, 2025
77 checks passed
@aobolensk aobolensk deleted the dependabot/pip/xlsxwriter-3.2.9 branch September 21, 2025 14:14
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant