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

Bump tabulate from 0.8.8 to 0.8.9 #593

Merged
merged 1 commit into from
Mar 13, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2021

Bumps tabulate from 0.8.8 to 0.8.9.

Changelog

Sourced from tabulate's changelog.

  • 0.8.9: Bug fix. Revert support of decimal separators.
Commits
  • ee9daa2 update README for 0.8.9
  • 981a2f6 use just "python" not "python3" in "tox -e lint"' tox.ini
  • 40e0a3d Update CHANGELOG to 0.8.9
  • 27bf792 disable Python 3.9 CI tests on appveyor
  • 3b284e8 reformat with black
  • f329b61 re-enable pre_commit in "tox -e lint", fix InvocationError
  • 4883339 enable python 3.9 CI tests on appveyor
  • f545433 Revert "Recognize numbers with comma separators" (#111)
  • db98023 temporarily disable the test of the decimal alignment with group separators
  • a17907c add a regression test for issue #110
  • Additional commits viewable in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot requested a review from a team as a code owner March 12, 2021 17:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 12, 2021
@dependabot dependabot bot requested a review from jsnel March 12, 2021 17:01
@sonarcloud
Copy link

sonarcloud bot commented Mar 12, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Mar 12, 2021

Codecov Report

Merging #593 (a28acd8) into main (c26f973) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #593   +/-   ##
=====================================
  Coverage   74.4%   74.4%           
=====================================
  Files         62      62           
  Lines       3464    3464           
  Branches     658     658           
=====================================
  Hits        2579    2579           
  Misses       741     741           
  Partials     144     144           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c26f973...a28acd8. Read the comment docs.

@s-weigand
Copy link
Member

s-weigand commented Mar 12, 2021

The quickstart guide looks ugly, I will have a look later.
In jupyter-lab it looks fine so I guess nbspinx doesn't like the indented tables.
So this PR is fine, but I need to fix the docs rendering.

@s-weigand
Copy link
Member

Fixed in #592

@jsnel jsnel merged commit a828a19 into main Mar 13, 2021
@jsnel jsnel deleted the dependabot/pip/tabulate-0.8.9 branch March 13, 2021 14:13
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants