Changelog
*Sourced from [tabulate's changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG).*
> - 0.8.6: Bug fixes. Stop supporting Python 3.3, 3.4.
Commits
- [`719087f`](https://github.com/astanin/python-tabulate/commit/719087f31acf9fecc393868a3b2799bbd3f07677) update benchmark table for v0.8.6
- [`f64df00`](https://github.com/astanin/python-tabulate/commit/f64df00772274ac03a11e29271aafbc7dc543953) update CHANGELOG for v0.8.6
- [`13a5681`](https://github.com/astanin/python-tabulate/commit/13a5681d6815e098ed2245a9655a22942659a4b3) enable numpy and pandas tests on appveyor
- [`3e2bccc`](https://github.com/astanin/python-tabulate/commit/3e2bccc20366b278eeb728a27c1d8dfe26d2e757) fix [#16](https://github-redirect.dependabot.com/astanin/python-tabulate/issues/16): remove misleading example showing support of the multiline headers i...
- [`19da809`](https://github.com/astanin/python-tabulate/commit/19da809040c2f55b657c514909573247ef1cb86f) README: update CI badge link (add appveyor)
- [`baeba94`](https://github.com/astanin/python-tabulate/commit/baeba9412c7696efd6117e3a5da318313b77ee32) add appveyor config
- [`1f2a99d`](https://github.com/astanin/python-tabulate/commit/1f2a99dbeec10ddef81b9ed919b8072bc72ef140) [minor] fix README.md lint warnings
- [`64b9e4b`](https://github.com/astanin/python-tabulate/commit/64b9e4bbdca16386bd269cc62ae3d8c4086cf2b9) README: update CI badge link
- [`1cec3ea`](https://github.com/astanin/python-tabulate/commit/1cec3ea50f3250165fb43eeb1f3b1b5237530968) README: update contributors list
- [`612f685`](https://github.com/astanin/python-tabulate/commit/612f68592f411569a9f52d79db0aac8b2ed0215c) retire support for Python versions < 3.5 as they reached end of life
- Additional commits viewable in [compare view](https://github.com/astanin/python-tabulate/compare/v0.8.5...v0.8.6)
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 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 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
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps tabulate from 0.8.5 to 0.8.6.
Changelog
*Sourced from [tabulate's changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG).* > - 0.8.6: Bug fixes. Stop supporting Python 3.3, 3.4.Commits
- [`719087f`](https://github.com/astanin/python-tabulate/commit/719087f31acf9fecc393868a3b2799bbd3f07677) update benchmark table for v0.8.6 - [`f64df00`](https://github.com/astanin/python-tabulate/commit/f64df00772274ac03a11e29271aafbc7dc543953) update CHANGELOG for v0.8.6 - [`13a5681`](https://github.com/astanin/python-tabulate/commit/13a5681d6815e098ed2245a9655a22942659a4b3) enable numpy and pandas tests on appveyor - [`3e2bccc`](https://github.com/astanin/python-tabulate/commit/3e2bccc20366b278eeb728a27c1d8dfe26d2e757) fix [#16](https://github-redirect.dependabot.com/astanin/python-tabulate/issues/16): remove misleading example showing support of the multiline headers i... - [`19da809`](https://github.com/astanin/python-tabulate/commit/19da809040c2f55b657c514909573247ef1cb86f) README: update CI badge link (add appveyor) - [`baeba94`](https://github.com/astanin/python-tabulate/commit/baeba9412c7696efd6117e3a5da318313b77ee32) add appveyor config - [`1f2a99d`](https://github.com/astanin/python-tabulate/commit/1f2a99dbeec10ddef81b9ed919b8072bc72ef140) [minor] fix README.md lint warnings - [`64b9e4b`](https://github.com/astanin/python-tabulate/commit/64b9e4bbdca16386bd269cc62ae3d8c4086cf2b9) README: update CI badge link - [`1cec3ea`](https://github.com/astanin/python-tabulate/commit/1cec3ea50f3250165fb43eeb1f3b1b5237530968) README: update contributors list - [`612f685`](https://github.com/astanin/python-tabulate/commit/612f68592f411569a9f52d79db0aac8b2ed0215c) retire support for Python versions < 3.5 as they reached end of life - Additional commits viewable in [compare view](https://github.com/astanin/python-tabulate/compare/v0.8.5...v0.8.6)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 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 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)