Skip to content

Bump xlsxwriter from 3.2.2 to 3.2.3#367

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/xlsxwriter-3.2.3
Closed

Bump xlsxwriter from 3.2.2 to 3.2.3#367
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/xlsxwriter-3.2.3

Conversation

@dependabot
Copy link
Copy Markdown
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)

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 added dependencies Pull requests that update a dependency file python labels Apr 18, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 3, 2025

This pull request is stale for 2 weeks and is going to be closed

@github-actions github-actions Bot added the stale label May 3, 2025
@github-actions github-actions Bot closed this May 3, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 3, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/xlsxwriter-3.2.3 branch May 3, 2025 00:30
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 stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants