Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Bump tablib from 0.11.5 to 0.14.0 #7

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2019

Bumps tablib from 0.11.5 to 0.14.0.

Changelog

Sourced from tablib's changelog.

0.14.0 (2019-10-19)

Deprecations

  • The 0.14.x series will be the last to support Python 2

Breaking changes

  • Dropped Python 3.4 support

Improvements

  • Added Python 3.7 and 3.8 support
  • The project is now maintained by the Jazzband team, https://jazzband.co
  • Improved format autodetection and added autodetection for the odf format.
  • Added search to all documentation pages
  • Open xlsx workbooks in read-only mode (#316)
  • Unpin requirements
  • Only install backports.csv on Python 2

Bugfixes

  • Fixed DataBook().load parameter ordering (first stream, then format).
  • Fixed a regression for xlsx exports where non-string values were forced to
    strings (#314)
  • Fixed xlsx format detection (which was often detected as xls format)

0.13.0 (2019-03-08)

  • Added reStructuredText output capability (#336)
  • Added Jira output capability
  • Stopped calling openpyxl deprecated methods (accessing cells, removing sheets)
    (openpyxl minimal version is now 2.4.0)
  • Fixed a circular dependency issue in JSON output (#332)
  • Fixed Unicode error for the CSV export on Python 2 (#215)
  • Removed usage of optional ujson (#311)
  • Dropped Python 3.3 support

0.12.1 (2017-09-01)

  • Favor Dataset.export(<format>) over Dataset.<format> syntax in docs
  • Make Panda dependency optional

0.12.0 (2017-08-27)

  • Add initial Panda DataFrame support
  • Dropped Python 2.6 support
Commits

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants