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 1.3.7 to 1.3.8 #116

Merged
merged 1 commit into from
Mar 30, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2021

Bumps xlsxwriter from 1.3.7 to 1.3.8.

Changelog

Sourced from xlsxwriter's changelog.

Release 1.3.8 - March 29 2021

  • Added accessibility options "description" and "decorative" to :func:insert_image.

    Feature request [#768](https://github.com/jmcnamara/XlsxWriter/issues/768) <https://github.com/jmcnamara/XlsxWriter/issues/768>_.

  • Added fix for datetime.timedelta values that exceed the Excel 1900 leap day (timedeltas greater than 59 days, in hours). This is a backward incompatible change.

    Issue [#731](https://github.com/jmcnamara/XlsxWriter/issues/731) <https://github.com/jmcnamara/XlsxWriter/issues/731>_.

  • Added the worksheet :func:read_only_recommended method to set the Excel "Read-only Recommended" option that is available when saving a file.

    Feature request [#784](https://github.com/jmcnamara/XlsxWriter/issues/784) <https://github.com/jmcnamara/XlsxWriter/issues/784>_.

  • Fixed issue where temp files used in constant_memory mode weren't closed/deleted if the workbook object was garbage collected.

    Issue [#764](https://github.com/jmcnamara/XlsxWriter/issues/764) <https://github.com/jmcnamara/XlsxWriter/issues/764>_.

  • Fixed issue where pattern formats without colors where given a default black fill color.

    Issue [#790](https://github.com/jmcnamara/XlsxWriter/issues/790) <https://github.com/jmcnamara/XlsxWriter/issues/790>_.

  • Added option to set a chart crossing to 'min' as well as the existing 'max' option. The 'min' option isn't available in the Excel interface but can be enabled via VBA.

    Feature request [#773](https://github.com/jmcnamara/XlsxWriter/issues/773) <https://github.com/jmcnamara/XlsxWriter/issues/773>_.

Commits
  • c29e2d3 Prep for release 1.3.8
  • 026cda7 Add docs for new insert_image() fields.
  • d821d85 Add support to mark images as decorative.
  • f166306 Add option to add alt text/descriptions to images.
  • 430c005 Minor typo fix.
  • 8bdbafc Add fix for timedelta that exceed the Excel 1900 leap day.
  • 69d8bbb Add option to set read-only mode when opening a file.
  • 9b718c8 Fix issue closing filehandles in constant_memory mode.
  • 7956c5b Fix for format with pattern only.
  • 59b6d90 Added 'min' crossing option to chart axes.
  • 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 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 the dependencies Pull requests that update a dependency file label Mar 30, 2021
@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.292% when pulling 3b6999c on dependabot/pip/xlsxwriter-1.3.8 into 6829037 on dev.

@kevmo314 kevmo314 merged commit 319660d into dev Mar 30, 2021
@dependabot dependabot bot deleted the dependabot/pip/xlsxwriter-1.3.8 branch March 30, 2021 13:28
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.

2 participants