From 66f14f52cf671f5a59d88bc22fd88fcc32f96cf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 18:23:39 +0000 Subject: [PATCH] Update dependency kaleido to v0.2.1.post1 --- poetry.lock | 11 +++-------- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6617b027..b3a75bd2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1955,17 +1955,12 @@ files = [ [[package]] name = "kaleido" -version = "0.2.1" +version = "0.2.1.post1" description = "Static image export for web-based visualization libraries with zero dependencies" optional = false python-versions = "*" files = [ - {file = "kaleido-0.2.1-py2.py3-none-macosx_10_11_x86_64.whl", hash = "sha256:ca6f73e7ff00aaebf2843f73f1d3bacde1930ef5041093fe76b83a15785049a7"}, - {file = "kaleido-0.2.1-py2.py3-none-macosx_11_0_arm64.whl", hash = "sha256:bb9a5d1f710357d5d432ee240ef6658a6d124c3e610935817b4b42da9c787c05"}, - {file = "kaleido-0.2.1-py2.py3-none-manylinux1_x86_64.whl", hash = "sha256:aa21cf1bf1c78f8fa50a9f7d45e1003c387bd3d6fe0a767cfbbf344b95bdc3a8"}, - {file = "kaleido-0.2.1-py2.py3-none-manylinux2014_aarch64.whl", hash = "sha256:845819844c8082c9469d9c17e42621fbf85c2b237ef8a86ec8a8527f98b6512a"}, - {file = "kaleido-0.2.1-py2.py3-none-win32.whl", hash = "sha256:ecc72635860be616c6b7161807a65c0dbd9b90c6437ac96965831e2e24066552"}, - {file = "kaleido-0.2.1-py2.py3-none-win_amd64.whl", hash = "sha256:4670985f28913c2d063c5734d125ecc28e40810141bdb0a46f15b76c1d45f23c"}, + {file = "kaleido-0.2.1.post1-py2.py3-none-manylinux2014_armv7l.whl", hash = "sha256:d313940896c24447fc12c74f60d46ea826195fc991f58569a6e73864d53e5c20"}, ] [[package]] @@ -5503,4 +5498,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ab5aafc15d234c984d30cea4f21d2d88d2cff440ca1eb34488430d2506b2e24e" +content-hash = "0727c271a53c55b442466b58007f5303c326eeddb14d2f2932a540480545298c" diff --git a/pyproject.toml b/pyproject.toml index a71ba440..aaea532d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ lightning = "^2.1.3" rich = "^13.7.0" expecttest = "^0.2.1" prettyprinter = "^0.18.0" -kaleido = "0.2.1" +kaleido = "0.2.1.post1" imageio = "^2.33.1" frozendict = "^2.4.0" torchvision = "^0.17.0"