Creaty-Co / creaty-api

2 stars 0 forks source link

⬆️ Bump tablib[xlsx] from 3.5.0 to 3.6.1 #605

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps tablib[xlsx] from 3.5.0 to 3.6.1.

Release notes

Sourced from tablib[xlsx]'s releases.

v3.6.1

What's Changed

New Contributors

Full Changelog: https://github.com/jazzband/tablib/compare/v3.6.0...v3.6.1

v3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/jazzband/tablib/compare/v3.5.0...v3.6.0

Changelog

Sourced from tablib[xlsx]'s changelog.

3.6.1 (2024-04-04)

Bugfixes

  • Fix broken installs with pip failing to resolve the request for tablib[html] in some cases (#588).

3.6.0 (2024-03-23)

Improvements

  • It's now possible to access a dataset row using its index without slicing (#24).
  • The dataset transpose() method can be called on datasets without headers.
  • The html format now supports importing from HTML content (#243)
  • The ODS format now supports importing from .ods files (#567). The support is still a bit experimental.
  • When adding rows to a dataset with dynamic columns, it's now possible to provide only static values, and dynamic column values will be automatically calculated and added to the row (#572).

Changes

  • The html export format does not depend on MarkupPy any longer, therefore the tablib[html] install target was removed also.

Bugfixes

  • Fix crash when loading a databook from an XLS file (#522).
  • None Python values are now converted to the empty string by the ODS formatter.
  • When applying formatters, the internal data is no longer mutated (#578).
  • Columns can be inserted even when a dataset has headers but no values (#583).
Commits
  • 2c71cd4 Add optional requirement specifier "html" back (#589)
  • 0e68ed8 [pre-commit.ci] pre-commit autoupdate (#587)
  • c886784 Set precise date for v3.6.0 release (#586)
  • b7aa0de Update history for 3.6.0
  • 9b2b441 Fixes #583 - Allow inserting columns for dataset with headers and no values
  • e666c46 Add test for passing None to add_formatter
  • 23e4699 Fixes #578 - Do not mutate data in place when applying formatters
  • 4fd9a68 Removed OrderedDict usage (#581)
  • 00c8619 Remove unneeded exception catch (#580)
  • 9402ffe [pre-commit.ci] pre-commit autoupdate (#577)
  • 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 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)