Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps xlsxwriter from 3.1.9 to 3.2.0.

Changelog

Sourced from xlsxwriter's changelog.

Release 3.2.0 - February 17 2024

This is the 10th anniversary release of XlsxWriter. Version 0.0.1 was released on February 17 2013. Since they there have been 167 releases, 25,000 lines of code, 1600 test cases, 700 pages of documentation, 71,000 users on GitHub, 50 contributors, 1000 closed issues and 150 million yearly downloads. Thanks to everyone who has contributed code, given feedback or just used the library.

  • Add :func:embed_image() worksheet method to embed images in cells. This is equivalent to Excel's menu item to insert an image using the option to "Place in Cell". It scales images automatically to the dimensions of the cell.

    This has been a frequently requested feature for people creating spreadsheets with images for product items. See also :ref:ex_embedded_images.

  • Fix issue where a horizontal alignment format was ignored if indentation was also set.

    :issue:1041.

Commits
  • f5f7ecd Prep for release 3.2.0
  • 97dd7c9 package: update copyright year
  • 72d1297 docs: add docs and example for embed_image()
  • 85823fc github: add 3.12 to the test matrix
  • 7b0c6e2 worksheet: add support for embedded images
  • 3dbed61 utility: refactor get_image_properties() into utility.py
  • 55e8534 Update Changes file (#1036)
  • 181feab docs: remove PDF doc build and output
  • cedf448 worksheet: fix minor lint formatting issue
  • e53e190 format: fix identation and alignment property mismatch
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [xlsxwriter](https://github.com/jmcnamara/XlsxWriter) from 3.1.9 to 3.2.0.
- [Changelog](https://github.com/jmcnamara/XlsxWriter/blob/main/Changes)
- [Commits](jmcnamara/XlsxWriter@RELEASE_3.1.9...RELEASE_3.2.0)

---
updated-dependencies:
- dependency-name: xlsxwriter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 19, 2024
@kevmo314 kevmo314 merged commit 6c63aeb into dev Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/dev/xlsxwriter-3.2.0 branch April 1, 2024 06:20
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant