mirror of
https://github.com/openzim/warc2zim.git
synced 2025-10-19 14:33:17 +00:00
Merge pull request #439 from openzim/upgrade_deps
Upgrade dependencies especially zimscraperlib 5.1.1
This commit is contained in:
commit
a3e4f384ed
3 changed files with 12 additions and 8 deletions
|
@ -11,11 +11,11 @@ repos:
|
|||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.9.4
|
||||
rev: v0.9.6
|
||||
hooks:
|
||||
- id: ruff
|
||||
- repo: https://github.com/RobertCraigie/pyright-python
|
||||
rev: v1.1.393
|
||||
rev: v1.1.394
|
||||
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 dependencies especially zimscraperlib 5.1.1 (#439)
|
||||
|
||||
## [2.2.1] - 2024-02-07
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -10,13 +10,13 @@ readme = "README.md"
|
|||
dependencies = [
|
||||
"warcio==1.7.5",
|
||||
"requests==2.32.3",
|
||||
"zimscraperlib==5.1.0",
|
||||
"zimscraperlib==5.1.1",
|
||||
"jinja2==3.1.5",
|
||||
# to support possible brotli content in warcs, must be added separately
|
||||
"brotlipy==0.7.0",
|
||||
"tinycss2==1.4.0",
|
||||
"beautifulsoup4==4.13.1", # used to parse base href
|
||||
"lxml==5.3.0", # used by beautifulsoup4 for parsing html
|
||||
"beautifulsoup4==4.13.3", # used to parse base href
|
||||
"lxml==5.3.1", # used by beautifulsoup4 for parsing html
|
||||
"python-dateutil==2.9.0.post0",
|
||||
"multipart==1.2.1",
|
||||
]
|
||||
|
@ -36,14 +36,14 @@ scripts = [
|
|||
]
|
||||
lint = [
|
||||
"black==25.1.0",
|
||||
"ruff==0.9.4",
|
||||
"ruff==0.9.6",
|
||||
]
|
||||
check = [
|
||||
"pyright==1.1.393",
|
||||
"pyright==1.1.394",
|
||||
]
|
||||
test = [
|
||||
"pytest==8.3.4",
|
||||
"coverage==7.6.10",
|
||||
"coverage==7.6.12",
|
||||
]
|
||||
dev = [
|
||||
"pre-commit==4.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue