kz26 / PyExcelerate

Accelerated Excel XLSX Writing Library for Python 2/3
https://pypi.org/project/PyExcelerate/
BSD 2-Clause "Simplified" License
529 stars 61 forks source link

Bump xlsxwriter from 3.0.1 to 3.0.2 #152

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps xlsxwriter from 3.0.1 to 3.0.2.

Changelog

Sourced from xlsxwriter's changelog.

Release 3.0.2 - October 31 2021

  • Added :func:set_top_left_cell worksheet method to position the first visible cell in a worksheet.

    :feature:837.

Commits
  • 1e8aaeb Prep for release 3.0.2
  • b21fb2e Cleaned up license text and added SPDX headers.
  • 178b7f7 Added worksheet.set_top_left_cell() method.
  • 4cfa9b7 Fix url references to GitHub master.
  • 550b9c5 Minor doc fix.
  • 504e326 Minor typo fix.
  • ed86ab8 Minor example fix.
  • d2f62d0 Remove unused import.
  • 0c1d790 Change codestyle references to flake8.
  • ce70949 Fix min python version in warning.
  • 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)