Skip to content

Commit

Permalink
Merge pull request #476 from openzim/upgrade
Browse files Browse the repository at this point in the history
Upgrade to browsertrix crawler 1.5.4
  • Loading branch information
benoit74 authored Feb 24, 2025
2 parents bce22ce + 5e53be6 commit 3e2ad5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Upgrade to browsertrix crawler 1.5.4 (#476)

## [3.0.0] - 2024-02-17

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webrecorder/browsertrix-crawler:1.5.3
FROM webrecorder/browsertrix-crawler:1.5.4
LABEL org.opencontainers.image.source=https://github.com/openzim/zimit

# add deadsnakes ppa for latest Python on Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2",
]
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]

Expand Down

0 comments on commit 3e2ad5f

Please sign in to comment.