diff --git a/poetry.lock b/poetry.lock index a2bd374..0a07a0a 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.0" 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 = "6b6a4d37c29465af9711a0a1c562b5f5f27eaf1326a0717a9320112389857ae9" [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.0-py3-none-any.whl", hash = "sha256:45836baab6d4a909c0c6e564713b10dc69596f50623b103c3a86b45d662839df"}, + {file = "imgkit-1.2.0.tar.gz", hash = "sha256:f9869381a854dabb75f0e8a6c25f6c70c93ff780ca2e8aa46f1c1f4c1b6446b1"}, ] iniconfig = [ {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, diff --git a/pyproject.toml b/pyproject.toml index b1a179a..d7cc26e 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.0" uvicorn = "^0.13.3" python-multipart = "^0.0.5" httpx = "^0.16.1"