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.2.8 to 1.3.7 #108

Merged
merged 1 commit into from
Mar 12, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps xlsxwriter from 1.2.8 to 1.3.7.

Changelog

Sourced from xlsxwriter's changelog.

Release 1.3.7 - October 13 2020

  • Fixed issue where custom chart data labels didn't inherit the position of the data labels in the series.

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

  • Added text alignment for textboxes. The existing options allowed the text area to be aligned but didn't offer control over the text within that area.

  • Added Python 3.9 to the test matrix.

Release 1.3.6 - September 23 2020

  • Added the worksheet :func:unprotect_range() method to allow ranges within a protected worksheet to be unprotected. Feature request [#507](https://github.com/jmcnamara/XlsxWriter/issues/507) <https://github.com/jmcnamara/XlsxWriter/issues/507>_.

  • There are now over 1500 test cases in the test suite, including 900 tests that compare the output from XlsxWriter, byte for byte, against test files created in Excel. This is to ensure the maximum possible compatibility with Excel.

Release 1.3.5 - September 21 2020

  • Fixed issue where relative url links in images didn't work.

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

  • Added use_zip64 as a constructor option. Issue [#745](https://github.com/jmcnamara/XlsxWriter/issues/745) <https://github.com/jmcnamara/XlsxWriter/issues/745>_.

  • Added check, and warning, for worksheet tables with no data row. Either with or without a header row. Issue [#715](https://github.com/jmcnamara/XlsxWriter/issues/715) <https://github.com/jmcnamara/XlsxWriter/issues/715>_ and Issue [#679](https://github.com/jmcnamara/XlsxWriter/issues/679) <https://github.com/jmcnamara/XlsxWriter/issues/679>_.

  • Add a warning when the string length in :func:write_rich_string() exceeds Excel's limit. Issue [#372](https://github.com/jmcnamara/XlsxWriter/issues/372) <https://github.com/jmcnamara/XlsxWriter/issues/372>_.

Release 1.3.4 - September 16 2020

... (truncated)

Commits
  • 060dc0e Prep for release 1.3.7
  • f8246cc Added Python 3.10-dev to the travis test matrix.
  • 4ec61d4 Added Python 3.9.0 to the local test matrix.
  • 512334d Fix for ignored position in chart custom data labels.
  • 1c21231 Minor doc fix.
  • 0ce85f1 Added text alignment for textboxes.
  • b4be68d Added Python 3.9 to the setup classifiers to indicate support.
  • c2e1ea8 Prep for release 1.3.6
  • c7e2608 Add docs for unprotect_range().
  • 68168bb Add option to unprotect ranges in protected worksheets.
  • 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 12, 2021
@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.292% when pulling eb59702 on dependabot/pip/xlsxwriter-1.3.7 into 8a8cd02 on dev.

@kevmo314 kevmo314 merged commit 76fe737 into dev Mar 12, 2021
@dependabot dependabot bot deleted the dependabot/pip/xlsxwriter-1.3.7 branch March 12, 2021 14:46
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