diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a6e1a4..4912c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Upgraded Browsertrix Crawler to 1.2.5 +- Upgraded warc2zim to 2.0.3 + ## [2.0.4] - 2024-07-15 ### Changed diff --git a/Dockerfile b/Dockerfile index e0fa38e..0f30038 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM webrecorder/browsertrix-crawler:1.2.4 +FROM webrecorder/browsertrix-crawler:1.2.5 LABEL org.opencontainers.image.source https://github.com/openzim/zimit # add deadsnakes ppa for Python 3.12 on Ubuntu Jammy diff --git a/pyproject.toml b/pyproject.toml index 1be4750..650446a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "requests==2.32.3", "inotify==0.2.10", "tld==0.13", - "warc2zim @ git+https://github.com/openzim/warc2zim@main", + "warc2zim==2.0.3", ] dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]