Skip to content

Bump xlsxwriter from 3.2.2 to 3.2.5#445

Merged
aobolensk merged 1 commit intomasterfrom
dependabot/pip/xlsxwriter-3.2.5
Jun 20, 2025
Merged

Bump xlsxwriter from 3.2.2 to 3.2.5#445
aobolensk merged 1 commit intomasterfrom
dependabot/pip/xlsxwriter-3.2.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 20, 2025

Bumps xlsxwriter from 3.2.2 to 3.2.5.

Changelog

Sourced from xlsxwriter's changelog.

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.

    :issue:1138.

Release 3.2.4 - June 17 2025

  • Added support for a :ref:Color() <Color> type. This is backwards compatible with existing Html and named color string types but also adds support for theme colors. See also :ref:colors.

  • Fixed issue where write_url() dropped implicit support for generic URL types due to the refactoring into a Url type in the previous release.

    :issue:1129.

  • Fixed issue where max_url_length parameter wasn't honored.

    :issue:1130.

Release 3.2.3 - April 17 2025

  • Fix for a breaking change in v3.2.1.

    The Format class contained methods called set_font(), set_size() and set_color() which were old internal testing alternatives for set_font_name(), set_font_size() and set_font_color(). 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.

  • 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.

  • 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.

... (truncated)

Commits
  • c1c0b6a Prep for release 3.2.5
  • 1ab5a56 test: fix minor test framework issues
  • a6d9f39 Revert "utility: make compare_xlsx_files() a public function"
  • b0f2569 Prep for release 3.2.4
  • 0b34344 Prep for release 3.2.4
  • 2d187a7 url: reinstate max length test for string urls
  • 45638ae url: allow custom URIs/URLS
  • affdc32 utility: make compare_xlsx_files() a public function
  • a5755af image: test for indexing with header and worksheet images
  • c97f9e9 color: add extra type annotations
  • 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.2 to 3.2.5.
- [Changelog](https://github.com/jmcnamara/XlsxWriter/blob/main/Changes)
- [Commits](jmcnamara/XlsxWriter@RELEASE_3.2.2...RELEASE_3.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python labels Jun 20, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.37%. Comparing base (81c3284) to head (a46f9bc).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #445   +/-   ##
=======================================
  Coverage   92.37%   92.37%           
=======================================
  Files          11       11           
  Lines         354      354           
  Branches      124      124           
=======================================
  Hits          327      327           
  Misses         10       10           
  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 ac009c7 into master Jun 20, 2025
73 of 75 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/xlsxwriter-3.2.5 branch June 20, 2025 06:02
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