Bump icecream from 2.1.3 to 2.1.4

Bumps [icecream](https://github.com/gruns/icecream) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/gruns/icecream/releases)
- [Changelog](https://github.com/gruns/icecream/blob/master/changelog.txt)
- [Commits](https://github.com/gruns/icecream/compare/v2.1.3...v2.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-11 16:36:52 +00:00 committed by GitHub
parent c4d9add919
commit 5df303cc33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
poetry.lock generated
View File

@ -602,13 +602,13 @@ testing = ["hatch", "pre-commit", "pytest", "tox"]
[[package]] [[package]]
name = "executing" name = "executing"
version = "2.0.1" version = "2.1.0"
description = "Get the currently executing AST node of a frame, and other information" description = "Get the currently executing AST node of a frame, and other information"
optional = false optional = false
python-versions = ">=3.5" python-versions = ">=3.8"
files = [ files = [
{file = "executing-2.0.1-py2.py3-none-any.whl", hash = "sha256:eac49ca94516ccc753f9fb5ce82603156e590b27525a8bc32cce8ae302eb61bc"}, {file = "executing-2.1.0-py2.py3-none-any.whl", hash = "sha256:8d63781349375b5ebccc3142f4b30350c0cd9c79f921cde38be2be4637e98eaf"},
{file = "executing-2.0.1.tar.gz", hash = "sha256:35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147"}, {file = "executing-2.1.0.tar.gz", hash = "sha256:8ea27ddd260da8150fa5a708269c4a10e76161e2496ec3e587da9e3c0fe4b9ab"},
] ]
[package.extras] [package.extras]
@ -681,19 +681,19 @@ zoneinfo = ["tzdata (>=2024.2)"]
[[package]] [[package]]
name = "icecream" name = "icecream"
version = "2.1.3" version = "2.1.4"
description = "Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call." description = "Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call."
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
{file = "icecream-2.1.3-py2.py3-none-any.whl", hash = "sha256:757aec31ad4488b949bc4f499d18e6e5973c40cc4d4fc607229e78cfaec94c34"}, {file = "icecream-2.1.4-py3-none-any.whl", hash = "sha256:7bb715f69102cae871b3a361c3b656536db02cfcadac9664c673581cac4df4fd"},
{file = "icecream-2.1.3.tar.gz", hash = "sha256:0aa4a7c3374ec36153a1d08f81e3080e83d8ac1eefd97d2f4fe9544e8f9b49de"}, {file = "icecream-2.1.4.tar.gz", hash = "sha256:58755e58397d5350a76f25976dee7b607f5febb3c6e1cddfe6b1951896e91573"},
] ]
[package.dependencies] [package.dependencies]
asttokens = ">=2.0.1" asttokens = ">=2.0.1"
colorama = ">=0.3.9" colorama = ">=0.3.9"
executing = ">=0.3.1" executing = ">=2.1.0"
pygments = ">=2.2.0" pygments = ">=2.2.0"
[[package]] [[package]]