From 271949269a035a3f290d1acc23ea1d807591ae55 Mon Sep 17 00:00:00 2001 From: imtbl Date: Thu, 22 Oct 2020 00:33:17 +0200 Subject: [PATCH] chore: update dependencies --- CHANGELOG.md | 1 + Dockerfile | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f5d13..b120fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed + Updated hydrus server version ++ Updated dependencies + Switched to AGPLv3 ## [3.29.0] - 2020-09-07 diff --git a/Dockerfile b/Dockerfile index 079a74b..a2fa0e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,12 +41,12 @@ RUN \ virtualenv venv && \ . venv/bin/activate && \ pip install \ - beautifulsoup4~=4.9.1 \ + beautifulsoup4~=4.9.3 \ chardet~=3.0.4 \ lz4~=3.1.0 \ - numpy~=1.19.1 \ - opencv-python-headless~=4.4.0.42 \ - pillow~=7.2.0 \ + numpy~=1.19.2 \ + opencv-python-headless~=4.4.0.44 \ + pillow~=8.0.0 \ psutil~=5.7.2 \ pylzma~=0.5.0 \ pyopenssl~=19.1.0 \