Skip to content

Bump tabulate from 0.8.10 to 0.10.0 - #3267

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/uv/dev/tabulate-0.10.0
Closed

Bump tabulate from 0.8.10 to 0.10.0#3267
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/uv/dev/tabulate-0.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps tabulate from 0.8.10 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.
  • 0.9.0: Drop support for Python 2.7, 3.5, 3.6. Migrate to pyproject.toml project layout (PEP 621). New output formats: asciidoc, various *grid and *outline formats. New output features: vertical row alignment, separating lines. New input format: list of dataclasses (Python 3.7 or later). Support infinite iterables as row indices. Improve column width options. Improve support for ANSI escape sequences and document the behavior. Various bug fixes.
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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [tabulate](https://github.com/astanin/python-tabulate) from 0.8.10 to 0.10.0.
- [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG)
- [Commits](astanin/python-tabulate@v0.8.10...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 added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 8, 2026
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

📊 Performance Benchmark Report

Comparing dev (baseline) vs dependabot/uv/dev/tabulate-0.10.0 (current)

📈 Detailed Results (All Benchmarks)

📋 Complete results for all benchmarks - includes both significant and insignificant changes

🧪 Test Name 📏 Base 📏 Current 📈 Change 🎯 Status
Bloom Filter Dns Mutation Tracking Performance 4.37ms 4.42ms +1.2%
Bloom Filter Large Scale Dns Brute Force 18.03ms 18.62ms +3.3%
Large Closest Match Lookup 364.70ms 356.11ms -2.4%
Realistic Closest Match Workload 192.60ms 198.06ms +2.8%
Event Memory Medium Scan 1403 B/event 1402 B/event -0.1%
Event Memory Large Scan 1527 B/event 1527 B/event +0.0%
Event Validation Full Scan Startup Small Batch 411.48ms 416.60ms +1.2%
Event Validation Full Scan Startup Large Batch 544.10ms 542.95ms -0.2%
Make Event Autodetection Small 25.76ms 25.65ms -0.4%
Make Event Autodetection Large 262.92ms 262.60ms -0.1%
Make Event Explicit Types 11.47ms 11.55ms +0.7%
Excavate Single Thread Small 4.404s 4.137s -6.1%
Excavate Single Thread Large 10.273s 10.037s -2.3%
Excavate Parallel Tasks Small 4.594s 4.322s -5.9%
Excavate Parallel Tasks Large 6.720s 6.501s -3.3%
Intercept Throughput Small 875.43ms 884.72ms +1.1%
Intercept Throughput Medium 874.09ms 951.59ms +8.9%
Dns Throughput Quiet 2.806s 2.773s -1.2%
Dns Throughput Loaded 1.828s 1.989s +8.8%
Dns Throughput Inherited 2.550s 2.549s -0.0%
Is Ip Performance 2.36ms 2.26ms -4.2%
Make Ip Type Performance 231.21µs 227.74µs -1.5%
Mixed Ip Operations 2.40ms 2.30ms -4.3%
Memory Use Web Crawl 1.0 MB 1.0 MB +0.0%
Memory Use Subdomain Enum 28.3 MB 28.3 MB +0.0%
Memory Use Deep Chain 5.0 MB 5.0 MB +0.0%
Memory Use Parallel Chains 11.0 MB 11.5 MB +4.4%
Scan Throughput 100 3.010s 2.907s -3.4%
Scan Throughput 1000 20.719s 20.653s -0.3%
Typical Queue Shuffle 5.36µs 5.41µs +0.9%
Priority Queue Shuffle 26.02µs 26.27µs +1.0%

🎯 Performance Summary

No significant performance changes detected (all changes <10%)


🐍 Python Version 3.11.15

@liquidsec

Copy link
Copy Markdown
Collaborator

@dependabot ignore this minor version

pending unmerged fix here: astanin/python-tabulate#431

@dependabot dependabot Bot closed this Jul 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 0.10.x again, unless you re-open this PR.

@dependabot
dependabot Bot deleted the dependabot/uv/dev/tabulate-0.10.0 branch July 8, 2026 16:33
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant