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

[noissue]: Update tablib requirement from <3.6.0 to <3.8.0 #5886

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 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

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
tablib [>= 3.6.a, < 3.7]

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)

@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Oct 8, 2024
@mdellweg mdellweg enabled auto-merge (rebase) October 9, 2024 08:58
@dependabot dependabot bot force-pushed the dependabot/pip/tablib-lt-3.8.0 branch from 7c99811 to eaaf3e4 Compare October 9, 2024 09:19
@mdellweg
Copy link
Member

mdellweg commented Oct 9, 2024

This version seems not to be installable due to other dependencies.

@ggainey
Copy link
Contributor

ggainey commented Oct 10, 2024

This version seems not to be installable due to other dependencies.

Specifically, django-import-export-3.x wants tablib-3.5, one has to move to d-i-e-4.x - which we did not do here because there appear to be a lot of breaking changes we'd have to make sure didn't break us.

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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tablib-lt-3.8.0 branch from eaaf3e4 to 22d04fd Compare October 14, 2024 11:47
@ggainey ggainey disabled auto-merge October 14, 2024 11:51
@ggainey
Copy link
Contributor

ggainey commented Oct 14, 2024

@dependabot ignore this dependency

@dependabot dependabot bot closed this Oct 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2024

OK, I won't notify you about tablib again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/pip/tablib-lt-3.8.0 branch October 14, 2024 11:55
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 no-changelog no-issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants