Skip to content

Bump progressbar2 from 4.5.0 to 4.6.0 - #713

Merged
yasuyuky merged 1 commit into
masterfrom
dependabot/pip/progressbar2-4.6.0
Aug 17, 2026
Merged

Bump progressbar2 from 4.5.0 to 4.6.0#713
yasuyuky merged 1 commit into
masterfrom
dependabot/pip/progressbar2-4.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps progressbar2 from 4.5.0 to 4.6.0.

Release notes

Sourced from progressbar2's releases.

v4.6.0

Highlights since 4.5.0:

Performance

  • progressbar.progressbar() now auto-dispatches to a lean fast path for the common wrap-a-loop case, and an integer update gate keeps gated iterations to an increment, a compare and a store (#316).
  • Optional native iterator accelerator: pip install 'progressbar2[fast]'. See benchmarks/report.md for the numbers against tqdm, rich, alive-progress and click.

Features

  • tqdm-style arguments on progressbar(): desc, total, unit, unit_scale and postfix.
  • MultiBar(join_timeout=...) bounds the wait for unfinished bars on with-block exit.
  • TERM-based color detection generalized beyond xterm variants (#318), plus a truecolor-terminal allowlist for stripped COLORTERM environments.
  • AttributeDict is generic over its value type.

Fixes

  • 28 bugs found in a full audit of the bar, widgets, MultiBar and the CLI (#315), plus regression coverage for #212, #295 and #301 (#317, #326).
  • 16-color mapping no longer collapses mid-intensity colors (e.g. maroon) to black.
  • The wheel no longer ships the repo-level benchmarks/, scripts/ and tools/ directories.

Documentation

  • Rebuilt as an interactive site: a tutorial, task-focused how-tos, per-widget pages with animated demos, and an in-browser Python console that runs every example live: https://progressbar-2.readthedocs.io/
  • Full API docstring coverage, enforced in CI.

Compatibility

  • Requires Python 3.10+ (was 3.8).
  • Still backwards compatible with the original progressbar package.

Full changelog: wolph/python-progressbar@v4.5.0...v4.6.0

Commits
  • 81eed97 fix(packaging): keep benchmarks/, scripts/ and tools/ out of the wheel
  • f6cedbd chore: release 4.6.0
  • 88dbae8 docs: fix and slow down the README demo animations
  • ac06aab docs: accuracy and editorial pass over docs and docstrings
  • ac646c6 docs: document the whole package and enforce the ruff docstring gate
  • defcf71 docs: rebuild the documentation as an interactive Diataxis site
  • 01b86f6 Merge pull request #326 from wolph/harden-issue-tests-2
  • 071fb2f style: restore top-level test spacing
  • eface72 test: remove unused widget max values
  • fbeeefa style: satisfy current ruff union ordering
  • 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 [progressbar2](https://github.com/wolph/python-progressbar) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/wolph/python-progressbar/releases)
- [Changelog](https://github.com/wolph/python-progressbar/blob/develop/CHANGES.rst)
- [Commits](wolph/python-progressbar@v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: progressbar2
  dependency-version: 4.6.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 Pull requests that update python code labels Aug 17, 2026
@yasuyuky
yasuyuky merged commit b79d011 into master Aug 17, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/pip/progressbar2-4.6.0 branch August 17, 2026 23:54
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.

1 participant