diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd9b66..ddb25ef 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.26.0] - 2020-03-17 diff --git a/Dockerfile b/Dockerfile index a571933..37d7129 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,20 +25,20 @@ RUN \ virtualenv venv && \ . venv/bin/activate && \ pip install \ - beautifulsoup4~=4.8.2 \ + beautifulsoup4~=4.9.0 \ chardet~=3.0.4 \ lz4~=3.0.2 \ numpy~=1.18.2 \ - opencv-python-headless~=4.2.0.32 \ - pillow~=7.0.0 \ + opencv-python-headless~=4.2.0.34 \ + pillow~=7.1.1 \ psutil~=5.7.0 \ pylzma~=0.5.0 \ pyopenssl~=19.1.0 \ - pyyaml~=5.3 \ + pyyaml~=5.3.1 \ requests~=2.23.0 \ send2trash~=1.5.0 \ service_identity~=18.1.0 \ - twisted~=19.10.0 && \ + twisted~=20.3.0 && \ rm -r ~/.cache && \ apt-get remove build-essential --purge -y && \ apt-get clean && apt-get autoremove --purge -y && \