Skip to content

Commit

Permalink
Merge pull request #483 from openzim/update
Browse files Browse the repository at this point in the history
Upgrade to browsertrix crawler 1.5.7
  • Loading branch information
benoit74 authored Feb 28, 2025
2 parents 9fc66a9 + 88b8531 commit 5d319cd
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.7 (#483)

## [3.0.2] - 2024-02-27

### 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.6
FROM webrecorder/browsertrix-crawler:1.5.7
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 5d319cd

Please sign in to comment.