From d683a5f235c09f2af0037944082c5fe80f790996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:21:24 +0000 Subject: [PATCH] Bump html2image from 2.0.4.3 to 2.0.5 (#114) --- poetry.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9fac50b..a257c22 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1798,18 +1798,18 @@ tests = ["pytest", "pytest-rerunfailures"] [[package]] name = "html2image" -version = "2.0.4.3" +version = "2.0.5" description = "Package acting as a wrapper around the headless mode of existing web browsers to generate images from URLs and from HTML+CSS strings or files." optional = false -python-versions = ">=3.6,<4.0" +python-versions = "<4.0,>=3.6" files = [ - {file = "html2image-2.0.4.3-py3-none-any.whl", hash = "sha256:e39bc1be8cb39bd36a1b9412d22f5db88d56e762f9ad3461124fa05fa7982945"}, - {file = "html2image-2.0.4.3.tar.gz", hash = "sha256:878e69122eabf8263415784888c4366f04a8b301516fc5d13b9e0acf8db591e7"}, + {file = "html2image-2.0.5-py3-none-any.whl", hash = "sha256:71593b6b1e100a585201833656cc7446ce1d2d5c7ec101b507c5c2b71bca6ecc"}, + {file = "html2image-2.0.5.tar.gz", hash = "sha256:8d3cf5ee805647d1fb21442137349b3ab0e352b4cac7e4280e2a0f841466e87c"}, ] [package.dependencies] requests = "*" -websocket-client = ">=1.0.0,<2.0.0" +websocket-client = "==1.*" [[package]] name = "httpcore"