Skip to content

build(deps): bump blessed from 1.21.0 to 1.27.0#2178

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/blessed-1.27.0
Closed

build(deps): bump blessed from 1.21.0 to 1.27.0#2178
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/blessed-1.27.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps blessed from 1.21.0 to 1.27.0.

Release notes

Sourced from blessed's releases.

1.27

Full Changelog: jquast/blessed@1.26...1.27

1.26

Full Changelog: jquast/blessed@1.25...1.26

1.25

  • bugfix: The "Copy globals" fix in 1.20 got reverted in release in 1.23 by #306, this release re-applies the fix, #326.

1.24

  • bugfix: get_sixel_height_and_width detection order and improve documentation for window resize event handling #320
  • bugfix: change default argument timeout=None to timeout=1 in methods requiring automatic response, preventing stalls on "dumb" terminals #317

1.23: Enhanced keyboard, mouse, and more

  • introduced: Environment values FORCE_COLOR_, CLICOLOR_FORCE_, and NO_COLOR_ overrides :class:blessed.Terminal argument value, force_styling #295
  • improved: performance of :meth:~Terminal.rgb_downconvert for 256-color terminals, #298
  • deprecated: Python 2.7 through 3.6 no longer supported. #299
  • improved: keyboard support for modifier keys, #306
  • introduced: kitty keyboard protocol support, #309
  • introduced: mouse support, Synchronized Output, and support for DEC Private Modes, #310
  • introduced: methods to determine Sixel, dimensions and color depth #312
  • introduced: in-band resize support (DEC Private Mode 2048) #313
  • introduced: XTVersion identification: #314
  • bugfix: default timeout for get_bgcolor, get_fgcolor #315

1.22.0

Major Changes

Minor Changes

... (truncated)

Changelog

Sourced from blessed's changelog.

.. py:currentmodule:: blessed.terminal

Version History

1.27

  • bugfix missing tests, bin, and docs folder in 1.26 release, :ghpull:341.

1.26

  • introduced: :meth:Terminal.detect_ambiguous_width, :ghpull:339.
  • introduced: :meth:Terminal.no_line_wrap, context manager for attributes disable_line_wrap and enable_line_wrap :ghpull:337.
  • introduced: New methods :meth:Terminal.color_hex and :meth:Terminal.on_color_hex and bugfix parsing of uncommon responses in :meth:Terminal.get_fgcolor and bgcolor, :ghpull:335.
  • improved: performance of :meth:Terminal.wrap, :ghpull:331 by :ghuser:grayjk.
  • improved: :meth:Terminal.wrap gets break_on_hyphen support, matching behavior of :func:textwrap.wrap by :ghuser:ps06756 in :ghpull:330.
  • bugfix: for missing leading sequences in :meth:Terminal.center, :meth:Terminal.wrap(), add support for emojis containing Zero Width Joiner (\u200D) or Variation Selector-16 (\uFE0F), :ghpull:338

1.25

  • bugfix: The "Copy globals" fix in 1.20 got reverted in release in 1.23 by :ghpull:306, this release re-applies the fix, :ghpull:326.

1.24

  • bugfix: :meth:blessed.Terminalget_sixel_height_and_width detection order and improve documentation for window resize event handling :ghpull:320`
  • bugfix: change default argument timeout=None to timeout=1 in methods requiring automatic response, preventing stalls on "dumb" terminals :ghpull:317

1.23

  • introduced: Environment values FORCE_COLOR_, CLICOLOR_FORCE_, and NO_COLOR_ overrides :class:blessed.Terminal argument value, force_styling :ghpull:295
  • improved: performance of :meth:~Terminal.rgb_downconvert for 256-color terminals, :ghpull:298.
  • deprecated: Python 2.7 through 3.6 no longer supported. :ghpull:299.
  • improved: keyboard support for modifier keys, :ghpull:306.
  • introduced: kitty keyboard protocol support, :ghpull:309.
  • introduced: mouse support, Synchronized Output, and support for DEC Private Modes, :ghpull:310
  • introduced: methods to determine Sixel, dimensions and color depth :ghpull:312
  • introduced: in-band resize support (DEC Private Mode 2048) :ghpull:313
  • introduced: XTVersion identification: :ghpull:314
  • bugfix: default timeout for get_bgcolor, get_fgcolor :ghpull:315

1.22

  • improved: performance of :meth:~Terminal.length and :meth:~Terminal.wrap via :ghpull:286, :ghpull:287, :ghpull:289, and :ghpull:291
  • spelling fixes, :ghpull:278, :ghpull:293

... (truncated)

Commits
  • d5d6add fix flit/delete MANIFEST.in and prepare for release (#341)
  • 84a91cb stamp for 1.26 release
  • 300353c New method: Terminal.detect_ambiguous_width() -> [1, 2] (#339)
  • c218bf7 Bugfix: Variation Selector-16/ZWJ and starting sequences in wrap() (#338)
  • 0214108 Add Terminal.no_line_wrap() context manager (#337)
  • ce2c57a Add Terminal.scroll_region() context manager (#336)
  • 07e58d5 Add Terminal.color_hex('#rgb'), Bugfix get_fgcolor() (#335)
  • a61492c Add break_on_hyphens support (rework of #330) (#334)
  • d3c6e59 mypy/lint fix and document #331 in history.rst
  • cb9bb33 call length() less in wrap() (#331)
  • 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 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 [blessed](https://github.com/jquast/blessed) from 1.21.0 to 1.27.0.
- [Release notes](https://github.com/jquast/blessed/releases)
- [Changelog](https://github.com/jquast/blessed/blob/master/docs/history.rst)
- [Commits](jquast/blessed@1.21.0...1.27)

---
updated-dependencies:
- dependency-name: blessed
  dependency-version: 1.27.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 Jan 26, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Superseded by #2185.

@dependabot dependabot bot closed this Feb 2, 2026
@dependabot dependabot bot deleted the dependabot/pip/blessed-1.27.0 branch February 2, 2026 13:55
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.

0 participants