Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump xlsxwriter from 3.1.9 to 3.2.0 #1230

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 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 then 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

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 Feb 26, 2024
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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/xlsxwriter-3.2.0 branch from 90de034 to 6823076 Compare February 27, 2024 09:06
@gutzbenj gutzbenj merged commit 4392166 into main Feb 27, 2024
11 of 15 checks passed
@gutzbenj gutzbenj deleted the dependabot/pip/xlsxwriter-3.2.0 branch February 27, 2024 10:49
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 Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant