From 84a0d3dcd6e591692e3a91022825e5e94e9dcd27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 10:35:07 +0000 Subject: [PATCH] Bump kaleido from 0.2.1 to 0.2.1.post1 Bumps [kaleido](https://github.com/plotly/Kaleido) from 0.2.1 to 0.2.1.post1. - [Release notes](https://github.com/plotly/Kaleido/releases) - [Commits](https://github.com/plotly/Kaleido/compare/v0.2.1...v0.2.1.post1) --- updated-dependencies: - dependency-name: kaleido dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 ++++--------- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 96a9cd2..a0f5233 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aif360" @@ -1404,17 +1404,12 @@ urllib3 = "*" [[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]] @@ -4530,4 +4525,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "d8501518d7c1d1aa7e31679d0ee9ebce9d69a5ef522de9d02c00e3a551d748ed" +content-hash = "4269ce2fce4abe43918a6c9b4d081a3abf7df2c683a5603532ac1461ca55a1ab" diff --git a/pyproject.toml b/pyproject.toml index 5445273..f760eb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.11,<3.12" -kaleido = "0.2.1" +kaleido = "0.2.1.post1" pycaret = "^3.3.2" pandas = "2.1.4" kaggle = "^1.6.12"