From 47189342e4488f63486a7a9e6efb9feeeb39e1a0 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Thu, 28 Jan 2021 12:43:27 +0100 Subject: [PATCH] update dependencies --- Pipfile | 2 ++ Pipfile.lock | 12 ++++++------ requirements.txt | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 95d845d1f..cbe5c5103 100644 --- a/Pipfile +++ b/Pipfile @@ -44,6 +44,8 @@ inotifyrecursive = "~=0.3.4" ocrmypdf = "~=11.4.5" tqdm = "*" tika = "*" +# TODO: This will sadly also install daphne+dependencies, +# which an ASGI server we don't need. Adds about 15MB image size. channels = "~=3.0" channels-redis = "*" uvicorn = {extras = ["standard"], version = "*"} diff --git a/Pipfile.lock b/Pipfile.lock index b8cb29b29..04e8b7fe0 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -403,11 +403,11 @@ }, "imap-tools": { "hashes": [ - "sha256:4ec9575f21fb5a3efb573e71107806367dd52ecab0bf8f5c3724d1de6762b77b", - "sha256:860221dc13eb5d640da240e9bcf7867275c6162b742255789fd84f59124dfdd9" + "sha256:0eaa9b990fae336601dd44f353fac2d35ea25ca3b1b682a83700511635fc30ae", + "sha256:1c809e286d439e41fbe796c522ad4e565fd47a4260253343fa1b1045b6bfe8b1" ], "index": "pypi", - "version": "==0.36.0" + "version": "==0.37.0" }, "img2pdf": { "hashes": [ @@ -1838,11 +1838,11 @@ }, "tox": { "hashes": [ - "sha256:0aa777ee466f2ef18e6f58428c793c32378779e0a321dbb8934848bc3e78998c", - "sha256:f501808381c01c6d7827c2f17328be59c0a715046e94605ddca15fb91e65827d" + "sha256:76df3db6eee929bb62bdbacca5bb6bc840669d98e86a015b7a57b7df0a6eaf8b", + "sha256:854e6e4a71c614b488f81cb88df3b92edcb1a9ec43d4102e6289e9669bbf7f18" ], "index": "pypi", - "version": "==3.21.2" + "version": "==3.21.3" }, "typing-extensions": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 0c6deff1d..d6f45fea4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ httptools==0.1.1 humanfriendly==9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' hyperlink==21.0.0 idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -imap-tools==0.36.0 +imap-tools==0.37.0 img2pdf==0.4.0 importlib-metadata==3.4.0; python_version < '3.8' incremental==17.5.0