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 \