Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Bumps icecream from 2.1.5 to 2.1.7.

Release notes

Sourced from icecream's releases.

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.

Changelog

Sourced from icecream's changelog.

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.

================================================================================

Commits
  • ccb9660 New version with some improvments from the community.
  • 18dbb21 Merge pull request #213 from kseistrup/notests
  • 0533f1b Update setup.py to not include tests
  • 37177d5 Merge pull request #172 from julienfortin/icecream-debugger-init-with-linewra...
  • 10e32f7 Merge pull request #180 from hexmode/master
  • 195aece fixed version of the library
  • 721fd87 added new v2.1.6 changelog message
  • 0908565 added sympy support by making fallback for pprint.pformat
  • 3eeb13b Merge pull request #204 from notPlancha/notPlancha/issue199
  • 13d29a1 changed contant to isolated function
  • 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.5 to 2.1.7.
- [Release notes](https://github.com/gruns/icecream/releases)
- [Changelog](https://github.com/gruns/icecream/blob/master/changelog.txt)
- [Commits](gruns/icecream@v2.1.5...v2.1.7)

---
updated-dependencies:
- dependency-name: icecream
  dependency-version: 2.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 19, 2025
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:uv Pull requests that update python:uv code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants