Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 13, 2025

Bumps xlsxwriter from 1.1.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 1.1.2 to 3.2.5.
- [Changelog](https://github.com/jmcnamara/XlsxWriter/blob/main/Changes)
- [Commits](jmcnamara/XlsxWriter@RELEASE_1.1.2...RELEASE_3.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 13, 2025

Assignees

The following users could not be added as assignees: azacchino. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: dependabot, dependencies, pip. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 12, 2025

Superseded by #61.

@dependabot dependabot bot closed this Sep 12, 2025
@dependabot dependabot bot deleted the dependabot/pip/xlsxwriter-3.2.5 branch September 12, 2025 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant