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.8.0 #241

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 12, 2024

Updates the requirements on tablib to permit the latest version.

Release notes

Sourced from tablib's releases.

v3.7.0

What's Changed

New Contributors

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

Changelog

Sourced from tablib's changelog.

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).
  • Columns can be inserted even when a dataset has headers but no values (#583).

3.5.0 (2023-06-11)

Improvements

  • Add support for Python 3.12 (#550)

... (truncated)

Commits
  • 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
  • 1975024 feat: xls: add styling for date/time types
  • cd0ce71 [pre-commit.ci] pre-commit autoupdate (#593)
  • 2121267 Add support for Python 3.13 (#592)
  • 9c82f70 Exclude bots from generated release notes (#590)
  • 9d29472 Avoid normalizing input twice in import_set/book
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 12, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/tablib-lt-3.8.0 branch from 674f356 to df17fc8 Compare November 20, 2024 13:39
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.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/tablib-lt-3.8.0 branch from df17fc8 to 39b6e51 Compare December 9, 2024 15:39
Copy link
Author

dependabot bot commented on behalf of github Jan 22, 2025

Superseded by #269.

@dependabot dependabot bot closed this Jan 22, 2025
@dependabot dependabot bot deleted the dependabot/pip/tablib-lt-3.8.0 branch January 22, 2025 18:37
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