mirror of
https://github.com/openzim/warc2zim.git
synced 2025-10-19 06:23:16 +00:00
Upgrade dependencies, including wombat 3.8.2
This commit is contained in:
parent
38e590232d
commit
29307e6b69
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)
|
||||
|
|
|
@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Enrich test website with img srcset situations (in preparation for #403)
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade dependencies, including wombat 3.8.2 (#407)
|
||||
|
||||
### Fixed
|
||||
|
||||
- HTML document can be retrieved as `fetch` resource type (#405)
|
||||
|
|
|
@ -6,7 +6,7 @@ execute_after=[
|
|||
|
||||
[files.assets.actions."wombat.js"]
|
||||
action="get_file"
|
||||
source="https://cdn.jsdelivr.net/npm/@webrecorder/wombat@3.8.0/dist/wombat.js"
|
||||
source="https://cdn.jsdelivr.net/npm/@webrecorder/wombat@3.8.2/dist/wombat.js"
|
||||
target_file="wombat.js"
|
||||
|
||||
[files.assets.actions."wombatSetup.js"] # fallback if this script has not been properly build (should happen only in dev)
|
||||
|
|
|
@ -40,19 +40,19 @@ scripts = [
|
|||
"PyYAML==6.0.2", # used to parse fuzzy rules and generate Python/JS code ; also update version in build-system above and in build_js.sh
|
||||
]
|
||||
lint = [
|
||||
"black==24.8.0",
|
||||
"ruff==0.6.3",
|
||||
"black==24.10.0",
|
||||
"ruff==0.6.9",
|
||||
]
|
||||
check = [
|
||||
"pyright==1.1.379",
|
||||
"pyright==1.1.383",
|
||||
]
|
||||
test = [
|
||||
"pytest==8.3.2",
|
||||
"pytest==8.3.3",
|
||||
"coverage==7.6.1",
|
||||
]
|
||||
dev = [
|
||||
"pre-commit==3.8.0",
|
||||
"debugpy==1.8.5",
|
||||
"pre-commit==4.0.0",
|
||||
"debugpy==1.8.6",
|
||||
"warc2zim[scripts]",
|
||||
"warc2zim[lint]",
|
||||
"warc2zim[test]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue