Skip to content

Conversation

@dependabot
Copy link

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

Bumps icecream from 2.1.3 to 2.1.10.

Release notes

Sourced from icecream's releases.

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.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.

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.

================================================================================ 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.

... (truncated)

Commits
  • 1d3858e changed version to 2.1.10
  • 29cc0f6 Merge pull request #234 from iloveitaly/exclude-tests-from-whl
  • d970d6a added also first name and last name to the nickname of ivan
  • a946eea build: exclude tests sub-packages from distribution
  • d925bae link to ivan's github profile in the readme
  • d7ac4c6 tweak readme copy
  • d496646 note that icecream is maintaied by the ever-incredible ivan, with support fro...
  • d08c89f remove old maintainer announcement, now 9 months old
  • 9e26838 one more small fix and changelog for v2.1.9
  • 41424e5 small code tweak
  • 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 [icecream](https://github.com/gruns/icecream) from 2.1.3 to 2.1.10.
- [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.1.10)

---
updated-dependencies:
- dependency-name: icecream
  dependency-version: 2.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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
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