Skip to content

Bump icecream from 2.1.3 to 2.2.0#20

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/icecream-2.2.0
Open

Bump icecream from 2.1.3 to 2.2.0#20
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/icecream-2.2.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 4, 2026

Bumps icecream from 2.1.3 to 2.2.0.

Release notes

Sourced from icecream's releases.

icecream v2.2.0

Added: noColor option for configureOutput, which disables colored output. It is set to False by default.

icecream v2.1.11

Improved: Fixes Japanese character encoding issues (gruns/icecream#222)

Big thanks to the community! This release was made possible by the people who contributed to the library.

icecream v2.1.10

Improved: This change excludes the test folder from wheels.

Big thanks to the community! This release was made possible by the people who contributed to the library.

icecream v2.1.9

Removed: Support for Python 3.8.
Fixed: Issues #229 and #60, which means improved lists output.

Big thanks to the community! This release was made possible by the people who contributed to the library.

icecream v2.1.8

Added: You can pass a pre-configured ic instance to builtins. Added: You can configure IceCream to output to either stdout or stderr.

Big thanks to the community! This release was made possible by the people who contributed to the library 🚀

icecream v2.1.7

Added: Configurable line wrap length. Improved: The package no longer includes tests in the production installation.

icecream v2.1.6

Fixed: Pretty-printing of SymPy (and similar) objects.

Previously, calling ic() on structures containing SymPy objects could raise a TypeError because pprint.pformat(sort_dicts=True) attempted to sort unorderable keys. IceCream now keeps sort_dicts=True on the fast path and falls back to sort_dicts=False when pprint raises, ensuring robust output without crashes.

icecream v2.1.5

Changed: Improved printing for variables of type str.

Fixed issues that affected the output of multiline strings and strings containing special characters such as escaped newlines and tabs.

Strings are now printed exactly as they are, faithfully representing their actual value.

icecream v2.1.4

  • Changed: Drop support for all Python versions prior to Python 3.8, which are now long past EOL. Notably: Python 2 is no longer supported.
  • Changed: Update the 'executing' dependency to >= v2.1.0 to improve source code analysis and support Python 3.13.
Changelog

Sourced from icecream's changelog.

v2.2.0

Added: noColor option for configureOutput, which disables colored output. It is set to False by default.

================================================================================ v2.1.11

Improved: Fixes Japanese character encoding issues.

Big thanks to the community! This release was made possible by the people who contributed to the library.

================================================================================ v2.1.10

Improved: This change excludes the test folder from wheels.

Big thanks to the community! This release was made possible by the people who contributed to the library.

================================================================================ v2.1.9

Removed: Support for Python 3.8.
Fixed: Issues #229 and #60, which means improved lists output.

Big thanks to the community! This release was made possible by the people who contributed to the library.

================================================================================ v2.1.8

Added: You can pass a pre-configured ic instance to builtins. Added: You can configure IceCream to output to either stdout or stderr.

Big thanks to the community! This release was made possible by the people who contributed to the library.

================================================================================ v2.1.7

Added: Configurable line wrap length. Improved: The package no longer includes tests in the production installation.

================================================================================ v2.1.6

Fixed: Pretty-printing of SymPy (and similar) objects.

... (truncated)

Commits
  • a135790 added noColor opiton for configureOutput
  • 359df6a small code improvements
  • 2469f8c small code improvments towards PEP8
  • 22ed691 changed version to 2.1.11
  • 8bcef34 fixed tests
  • 89293dd Merge branch 'master' into clean-japanese-fix
  • ebac086 Fix mypy error: NotImplemented -> NotImplementedError
  • 554bd79 Add test case for non-ASCII character handling
  • f219f9b Fix Japanese character encoding issue #222
  • 1d3858e changed version to 2.1.10
  • 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 [icecream](https://github.com/gruns/icecream) from 2.1.3 to 2.2.0.
- [Release notes](https://github.com/gruns/icecream/releases)
- [Changelog](https://github.com/gruns/icecream/blob/master/changelog.txt)
- [Commits](gruns/icecream@v2.1.3...v2.2.0)

---
updated-dependencies:
- dependency-name: icecream
  dependency-version: 2.2.0
  dependency-type: direct:development
  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 Apr 4, 2026
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