From b4af7217d95c023e3eb1cd5ee9c22424be3def7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 08:55:33 +0000 Subject: [PATCH] :arrow_up: Bump imgkit from 1.0.2 to 1.2.2 Bumps [imgkit](https://github.com/jarrekk/imgkit) from 1.0.2 to 1.2.2. - [Release notes](https://github.com/jarrekk/imgkit/releases) - [Commits](https://github.com/jarrekk/imgkit/compare/V1.0.2...V1.2.2) Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++++--- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index a2bd374..56c19f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -156,12 +156,15 @@ python-versions = ">=3.4" [[package]] name = "imgkit" -version = "1.0.2" +version = "1.2.2" description = "Wkhtmltopdf python wrapper to convert html to image using the webkit rendering engine and qt" category = "main" optional = false python-versions = "*" +[package.dependencies] +six = "*" + [[package]] name = "iniconfig" version = "1.1.1" @@ -422,7 +425,7 @@ standard = ["websockets (>=8.0.0,<9.0.0)", "watchgod (>=0.6,<0.7)", "python-dote [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "74ad9709c43866ce42596a6403a73373edc7ccef9ae8d5fcaecfc3a8399e9981" +content-hash = "d0902aabdd4f581a31b343616b38430e6182088bdcafd7dcde11fe7bc3bb165f" [metadata.files] appdirs = [ @@ -477,7 +480,8 @@ idna = [ {file = "idna-3.1.tar.gz", hash = "sha256:c5b02147e01ea9920e6b0a3f1f7bb833612d507592c837a6c49552768f4054e1"}, ] imgkit = [ - {file = "imgkit-1.0.2.tar.gz", hash = "sha256:29a12adf8dc3f2c65c465bcb0568393573b8d52c4be2a4a9230b162a1ac53c8d"}, + {file = "imgkit-1.2.2-py3-none-any.whl", hash = "sha256:304de76b83fe2dbb1f70194f5f88e27e46bdc352bdc9c9ec5cf961e986300fc8"}, + {file = "imgkit-1.2.2.tar.gz", hash = "sha256:382e7b3c280de4a472d0d786d9cea7bb9d6d8df2c2310ad07d4fe440ad1cb218"}, ] iniconfig = [ {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, diff --git a/pyproject.toml b/pyproject.toml index b1a179a..01bc019 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "GPL v3" python = "^3.8" fastapi = "^0.63.0" markdown2 = "^2.4.0" -imgkit = "^1.0.2" +imgkit = "^1.2.2" uvicorn = "^0.13.3" python-multipart = "^0.0.5" httpx = "^0.16.1"