Skip to content

chore(deps): bump tabulate from 0.9.0 to 0.10.0#40315

Open
dependabot[bot] wants to merge 3 commits into
masterfrom
dependabot/pip/tabulate-0.10.0
Open

chore(deps): bump tabulate from 0.9.0 to 0.10.0#40315
dependabot[bot] wants to merge 3 commits into
masterfrom
dependabot/pip/tabulate-0.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Bumps tabulate from 0.9.0 to 0.10.0.

Changelog

Sourced from tabulate's changelog.

  • 0.10.0: Add support for Python 3.11, 3.12, 3.13, 3.14. Drop support for Python 3.7, 3.8, 3.9. PRESERVE_STERILITY global is replaced with preserve_sterility function argument. New formatting options: headersglobalalign, headersalign, colglobalalign. New output format: colon_grid (Pandoc grid_tables with alignment) Various bug fixes. Improved error messages.
Commits
  • 3b4cd50 update HOWTOPUBLISH
  • 35ee0f6 update mini-benchmark table
  • 37ac76e restore tabulate.version
  • 37e1ed0 move # nowa: E931 to a different line (flake8)
  • 7bacc90 run pre-commit hooks (black)
  • 1b69704 Remove spurious cast in string interpolation
  • 4d535af Use specific noqa directives
  • 76c3d37 Remove spurious space from error message
  • 13508e7 Unnecessary list call
  • 69f67cd Do not call getattr with a constant value
  • Additional commits viewable in compare view

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 21, 2026

Labels

The following labels could not be found: pip. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@bito-code-review
Copy link
Copy Markdown
Contributor

bito-code-review Bot commented May 21, 2026

Code Review Agent Run #3afd87

Actionable Suggestions - 0
Additional Suggestions - 1
  • pyproject.toml - 1
    • Outdated comment after version bump · Line 106-106
      The comment on line 105 states `# newer pandas needs 0.9+` but the constraint was bumped to `>=0.10.0`. Update the comment to match the actual minimum version for accuracy.
      Code suggestion
      --- pyproject.toml (lines 103-109)---
       103:      "sqlalchemy-utils>=0.38.0, <0.43", # expanding lowerbound to work with pydoris
       104:      "sqlglot>=28.10.0, <29",
       105: -    # newer pandas needs 0.9+
       105: +    # newer pandas needs 0.10+
       106:      "tabulate>=0.10.0, <1.0",
       107:      "typing-extensions>=4, <5",
       108:      "waitress; sys_platform == 'win32'",
       109:      "watchdog>=6.0.0",
Review Details
  • Files reviewed - 1 · Commit Range: dcd28ce..dcd28ce
    • pyproject.toml
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.

Documentation & Help

AI Code Review powered by Bito Logo

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>
@dependabot dependabot Bot force-pushed the dependabot/pip/tabulate-0.10.0 branch from dcd28ce to b5d3b5b Compare May 22, 2026 18:55
@bito-code-review
Copy link
Copy Markdown
Contributor

bito-code-review Bot commented May 23, 2026

Code Review Agent Run #8012c3

Actionable Suggestions - 0
Review Details
  • Files reviewed - 1 · Commit Range: b5d3b5b..b5d3b5b
    • pyproject.toml
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.

Documentation & Help

AI Code Review powered by Bito Logo

@netlify
Copy link
Copy Markdown

netlify Bot commented May 24, 2026

Deploy Preview for superset-docs-preview ready!

Name Link
🔨 Latest commit 13a0c60
🔍 Latest deploy log https://app.netlify.com/projects/superset-docs-preview/deploys/6a125b360b9bf40008764844
😎 Deploy Preview https://deploy-preview-40315--superset-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.20%. Comparing base (e40648d) to head (9ff0da3).
⚠️ Report is 17 commits behind head on master.

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     
Flag Coverage Δ
hive 39.24% <ø> (-0.03%) ⬇️
mysql 58.76% <ø> (-0.02%) ⬇️
postgres 58.84% <ø> (-0.02%) ⬇️
presto 40.92% <ø> (-0.02%) ⬇️
python 60.40% <ø> (-0.03%) ⬇️
sqlite 58.48% <ø> (-0.02%) ⬇️
unit 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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>
@rusackas rusackas force-pushed the dependabot/pip/tabulate-0.10.0 branch from 13a0c60 to 2cf31a5 Compare May 24, 2026 02:07
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>
@bito-code-review
Copy link
Copy Markdown
Contributor

bito-code-review Bot commented May 24, 2026

Code Review Agent Run #586d20

Actionable Suggestions - 0
Review Details
  • Files reviewed - 3 · Commit Range: b5d3b5b..9ff0da3
    • requirements/base.txt
    • requirements/development.txt
    • tests/unit_tests/charts/test_client_processing.py
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful
    • MyPy (Static Code Analysis) - ✔︎ Successful
    • Astral Ruff (Static Code Analysis) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.

Documentation & Help

AI Code Review powered by Bito Logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants