kz26 / PyExcelerate

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

Bump xlsxwriter from 1.4.4 to 3.0.1 #141

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps xlsxwriter from 1.4.4 to 3.0.1.

Changelog

Sourced from xlsxwriter's changelog.

Release 3.0.1 - August 10 2021

  • Add python_requires version to setup.py to help pip find the correct matching version for Python 2 and 3.

Release 3.0.0 - August 10 2021

  • This is the first Python 3 only version of XlsxWriter. It is approximately 10-15% faster than the Python2/3 version.

    Python 2 users should use XlsxWriter version 2.0.0, see below.

Release 2.0.0 - August 9 2021

  • This is the last XlsxWriter release to support Python 2. From now bug fixes and new features will only be available for Python 3. The deprecation notice for Python 2 support in XlsxWriter has been in place since May 2020 and the Python community support for Python 2 ended in January 2020. Downloads of XlsxWriter for Python 2 is currently less than 6% of all downloads of the library, and decreasing month by month.

    Python 2 users should still be able to install versions of XlsxWriter up to this release but not any releases afterwards.

    :feature:720.

Release 1.4.5 - July 29 2021

  • Added Description/Alt Text and Decorative accessibility options for charts, textboxes and buttons. These options were already available for images.
Commits
  • 4ebf597 Prep for release 3.0.1
  • 80965c1 Prep for release 3.0.0
  • 2525478 Update pandas options example to use engine_kwargs.
  • fe40343 Fix typo in insert_image()
  • 612ceb2 python3: drop py2 universal wheel support.
  • d10b771 python3: remove unicode_literals.
  • b4d2604 python3: update perf test programs.
  • 0cecc80 python3: removed more python2 code checks.
  • 6084d4a python3: removed python2 from examples and docs.
  • b85bdac python3: removed python2 compatibility lib.
  • 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)