From 2f7ae680f9f1b960437ec22a1756d8d14605ece9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 07:19:57 +0000 Subject: [PATCH] :arrow_up: Bump imgkit from 1.0.2 to 1.1.1 Bumps [imgkit](https://github.com/jarrekk/imgkit) from 1.0.2 to 1.1.1. - [Release notes](https://github.com/jarrekk/imgkit/releases) - [Commits](https://github.com/jarrekk/imgkit/compare/V1.0.2...V1.1.1) Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index a2bd374..3b02f0f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -156,7 +156,7 @@ python-versions = ">=3.4" [[package]] name = "imgkit" -version = "1.0.2" +version = "1.1.1" description = "Wkhtmltopdf python wrapper to convert html to image using the webkit rendering engine and qt" category = "main" optional = false @@ -422,7 +422,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 = "aca4fe38886108fc690b37c781f2ec50ec58c13059cf53f8a7a66be7d8ada8b2" [metadata.files] appdirs = [ @@ -477,7 +477,7 @@ idna = [ {file = "idna-3.1.tar.gz", hash = "sha256:c5b02147e01ea9920e6b0a3f1f7bb833612d507592c837a6c49552768f4054e1"}, ] imgkit = [ - {file = "imgkit-1.0.2.tar.gz", hash = "sha256:29a12adf8dc3f2c65c465bcb0568393573b8d52c4be2a4a9230b162a1ac53c8d"}, + {file = "imgkit-1.1.1.tar.gz", hash = "sha256:b5ae1948b1c037835ef681791ab430e6ca7ac7b06a2bc43c6cb4596954719f6e"}, ] iniconfig = [ {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, diff --git a/pyproject.toml b/pyproject.toml index b1a179a..8792b92 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.1.1" uvicorn = "^0.13.3" python-multipart = "^0.0.5" httpx = "^0.16.1"