chore(deps): bump tabulate from 0.9.0 to 0.10.0#40315
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Code Review Agent Run #3afd87Actionable Suggestions - 0Additional Suggestions - 1
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Bumps [tabulate](https://github.com/astanin/python-tabulate) from 0.9.0 to 0.10.0. - [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG) - [Commits](astanin/python-tabulate@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: tabulate dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dcd28ce to
b5d3b5b
Compare
Code Review Agent Run #8012c3Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #40315 +/- ##
==========================================
- Coverage 64.21% 64.20% -0.02%
==========================================
Files 2592 2592
Lines 139167 139227 +60
Branches 32312 32324 +12
==========================================
+ Hits 89361 89384 +23
- Misses 48273 48308 +35
- Partials 1533 1535 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Pin tabulate==0.10.0 in requirements/base.txt and requirements/development.txt to match the pyproject.toml constraint bump from >=0.9.0 to >=0.10.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13a0c60 to
2cf31a5
Compare
tabulate 0.10.0 changes integer formatting (no longer uses scientific notation like 8.06797e+07, uses full integers like 80679663) and adjusts column alignment for string-formatted numeric columns. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Code Review Agent Run #586d20Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Bumps tabulate from 0.9.0 to 0.10.0.
Changelog
Sourced from tabulate's changelog.
Commits
3b4cd50update HOWTOPUBLISH35ee0f6update mini-benchmark table37ac76erestore tabulate.version37e1ed0move # nowa: E931 to a different line (flake8)7bacc90run pre-commit hooks (black)1b69704Remove spurious cast in string interpolation4d535afUse specific noqa directives76c3d37Remove spurious space from error message13508e7Unnecessarylistcall69f67cdDo not callgetattrwith a constant value