Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps blessed from 1.23.0 to 1.24.0.

Release notes

Sourced from blessed's releases.

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.17.9: Initial support for Python 3.10

  • bugfix: Now imports on 3.10+

1.15.0: Disable various integration tests, support python 3.7

No release notes provided.

1.14.0: bugfix term.wrap for text containing newlines

  • bugfix: term.wrap misbehaved for text containing newlines, #74

1.13.0: new Terminal.split_seqs() function, speed enhancement

  • enhancement: method Terminal.split_seqs introduced, and 4x cost reduction in related sequence-aware functions, #29.
  • deprecated: function blessed.sequences.measure_length superseded by blessed.sequences.iter_parse if necessary.
  • deprecated: warnings about "binary-packed capabilities" are no longer emitted on strange terminal types, making best effort.

1.12.0: add Terminal.get_location() method

  • enhancement: method Terminal.get_locationreturns the(row, col)`` position of the cursor at the time of call for attached terminal.
  • enhancement: a keyboard now detected as stdin when stream is sys.stderr.
Changelog

Sourced from blessed's changelog.

.. py:currentmodule:: blessed.terminal

Version History

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

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

1.21

  • bugfix infinite loop in :meth:~Terminal.wrap when "Wide" characters of width 2 (East-Asian or Emoji) are used with a wrap width of 1, and a small performance enhancement, :ghissue:273 and :ghpull:274 by :ghuser:grayjk merged as :ghpull:275.

1.20

  • introduced :meth:~Terminal.get_fgcolor and :meth:~Terminal.get_bgcolor to query the terminal for the currently set colors. :ghissue:237 by :ghuser:stefanholek
  • bugfix: Copy globals dict before iterating to avoid RuntimeError in multithreaded applications, :ghissue:248 by :ghuser:adamnovak

1.19

  • introduced :meth:~Terminal.truncate to truncate a string while retaining the sequences, :ghissue:211 by :ghuser:fishermans-friend
  • enhancement: Add small sleep in :meth:~Terminal.kbhit on Windows to reduce CPU load :ghissue:209 by :ghuser:numerlor
  • enhancement: :meth:~Terminal.rjust, :meth:~Terminal.ljust, and :meth:~Terminal.center now accept :class:~typing.SupportsIndex types, :ghissue:234

... (truncated)

Commits

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.23.0 to 1.24.0.
- [Release notes](https://github.com/jquast/blessed/releases)
- [Changelog](https://github.com/jquast/blessed/blob/master/docs/history.rst)
- [Commits](jquast/blessed@1.23...1.24)

---
updated-dependencies:
- dependency-name: blessed
  dependency-version: 1.24.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 Nov 17, 2025
@unixorn unixorn merged commit e487961 into main Nov 17, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/pip/blessed-1.24.0 branch November 17, 2025 16:07
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.

2 participants