mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
Merge pull request #406 from openzim/upgrade_deps
Upgrade to browsertrix crawler 1.3.2, warc2zim 2.1.2 and other dependencies
This commit is contained in:
commit
9bf3ea4ea3
4 changed files with 14 additions and 10 deletions
|
|
@ -7,15 +7,15 @@ repos:
|
|||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- repo: https://github.com/psf/black
|
||||
rev: "24.8.0"
|
||||
rev: "24.10.0"
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.5.7
|
||||
rev: v0.6.9
|
||||
hooks:
|
||||
- id: ruff
|
||||
- repo: https://github.com/RobertCraigie/pyright-python
|
||||
rev: v1.1.375
|
||||
rev: v1.1.383
|
||||
hooks:
|
||||
- id: pyright
|
||||
name: pyright (system)
|
||||
|
|
|
|||
|
|
@ -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.3.2, warc2zim 2.1.2 and other dependencies (#406)
|
||||
|
||||
## [2.1.2] - 2024-09-09
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM webrecorder/browsertrix-crawler:1.3.0-beta.1
|
||||
FROM webrecorder/browsertrix-crawler:1.3.2
|
||||
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
|
||||
|
||||
RUN apt-get update \
|
||||
|
|
|
|||
|
|
@ -26,20 +26,20 @@ scripts = [
|
|||
"invoke==2.2.0",
|
||||
]
|
||||
lint = [
|
||||
"black==24.8.0",
|
||||
"ruff==0.6.4",
|
||||
"black==24.10.0",
|
||||
"ruff==0.6.9",
|
||||
]
|
||||
check = [
|
||||
"pyright==1.1.380",
|
||||
"pyright==1.1.383",
|
||||
]
|
||||
test = [
|
||||
"pytest==8.3.3",
|
||||
"coverage==7.6.1",
|
||||
]
|
||||
dev = [
|
||||
"pre-commit==3.8.0",
|
||||
"debugpy==1.8.5",
|
||||
"selenium==4.24.0", # used in daily tests, convenient for dev purpose (autocompletion)
|
||||
"pre-commit==4.0.0",
|
||||
"debugpy==1.8.6",
|
||||
"selenium==4.25.0", # used in daily tests, convenient for dev purpose (autocompletion)
|
||||
"zimit[scripts]",
|
||||
"zimit[lint]",
|
||||
"zimit[test]",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue