From 12364732812c52875b2490c5c1ec8d7e7c3beb2d Mon Sep 17 00:00:00 2001 From: imtbl Date: Mon, 7 Sep 2020 20:09:38 +0200 Subject: [PATCH] chore: update dependencies --- CHANGELOG.md | 1 + Dockerfile | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cfa13d..a5e3a72 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 ## [3.28.0] - 2020-06-14 diff --git a/Dockerfile b/Dockerfile index 37d7129..009e240 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,17 +25,17 @@ RUN \ virtualenv venv && \ . venv/bin/activate && \ pip install \ - beautifulsoup4~=4.9.0 \ + beautifulsoup4~=4.9.1 \ chardet~=3.0.4 \ - lz4~=3.0.2 \ - numpy~=1.18.2 \ - opencv-python-headless~=4.2.0.34 \ - pillow~=7.1.1 \ - psutil~=5.7.0 \ + lz4~=3.1.0 \ + numpy~=1.19.1 \ + opencv-python-headless~=4.4.0.42 \ + pillow~=7.2.0 \ + psutil~=5.7.2 \ pylzma~=0.5.0 \ pyopenssl~=19.1.0 \ pyyaml~=5.3.1 \ - requests~=2.23.0 \ + requests~=2.24.0 \ send2trash~=1.5.0 \ service_identity~=18.1.0 \ twisted~=20.3.0 && \