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

Update tablib requirement from <3.6.0 to <3.9.0 #269

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

Updates the requirements on tablib to permit the latest version.

Release notes

Sourced from tablib's releases.

v3.8.0

What's Changed

New Contributors

Full Changelog: jazzband/tablib@v3.7.0...v3.8.0

Changelog

Sourced from tablib's changelog.

3.8.0 (2025-01-22)

Improvements

  • Add support for exporting XLSX with column width (#516)
  • Remove redundant check from Dataset.load() (#604)

3.7.0 (2024-10-08)

Improvements

  • Add support for Python 3.13 (#592)
  • Drop support for EOL Python 3.8 (#598)
  • Add styling to datetime, date and time values for ODS (#594)
  • Add styling for date/time types for XLS (#596)

Bugfixes

  • Fix time and datetime export in ODS format (#595)
  • Avoid normalizing input twice in import_set/book (#591)

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).

... (truncated)

Commits
  • 51e24c2 Update history for 3.8.0
  • b783693 feat: support column_width in xlsx format
  • 15e1130 Add more pre-commit-hooks lint
  • e898434 [pre-commit.ci] pre-commit autoupdate (#605)
  • dcab406 remove redundant check from Dataset.load() (#603)
  • eeb8461 Update history for 3.7.0 (#600)
  • e83ea02 Drop support for Python 3.8 (#598)
  • 995267c [pre-commit.ci] pre-commit autoupdate (#599)
  • be9cd93 feat: ods: add style to datetime, date and time values
  • d3f6857 fix: ods export/import for datetime and time values
  • Additional commits viewable in compare view

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 <dependency name> 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)

Updates the requirements on [tablib](https://github.com/jazzband/tablib) to permit the latest version.
- [Release notes](https://github.com/jazzband/tablib/releases)
- [Changelog](https://github.com/jazzband/tablib/blob/master/HISTORY.md)
- [Commits](jazzband/tablib@v0.0.3...v3.8.0)

---
updated-dependencies:
- dependency-name: tablib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2025
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.

0 participants