Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2025

Bumps xlsxwriter from 3.2.2 to 3.2.3.

Changelog

Sourced from xlsxwriter's changelog.

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.

    This is part of a modernization of the XlsxWriter code base, see "XlsxWriter Roadmap v2" :feature:1128.

Commits
  • 314788c Prep for release 3.2.3
  • 871d35e format: add backward compatible method names
  • 86f49ca url: fix type annotations
  • 7c721df image: fix type annotations
  • 8949284 custom: add type annotations
  • db7cdf3 comments: add type annotations
  • 5cdf353 contenttypes: add type annotations
  • 313595e url: add Url type
  • b95d779 drawing: refactor to add drawing_info type
  • 7c0cb1e test: add context managers to BytesIO reads
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 18, 2025
@SoapDev2018
Copy link
Owner

@dependabot rebase

Bumps [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) from 3.2.2 to 3.2.3.
- [Changelog](https://github.com/jmcnamara/XlsxWriter/blob/main/Changes)
- [Commits](jmcnamara/XlsxWriter@RELEASE_3.2.2...RELEASE_3.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/xlsxwriter-3.2.3 branch from 3c82492 to cfed358 Compare April 18, 2025 11:42
@SoapDev2018 SoapDev2018 merged commit d07df3f into main Apr 18, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/pip/xlsxwriter-3.2.3 branch April 18, 2025 17:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

2 participants