Skip to content

Commit e29e6be

Browse files
committed
updated lxml dependency range
1 parent 13b3cb2 commit e29e6be

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.5.0).
77

8+
## [1.6.1] - 2022-07-26
9+
10+
### Changed
11+
12+
- Wider range of accepted lxml dependency version as 4.9.1 fixes a security issue
13+
814
## [1.6.0] - 2022-05-23
915

1016
## Added
1117

12-
- `Archive.get_metadata_item()` to retrieve full item instead of just value
18+
- `Archive.get_metadata_item()` to retrieve full item instead of just value
1319

1420
### Changed
1521

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
iso-639==0.4.5
1+
iso-639==0.4.5
22
requests>=2.25.1,<3.0
33
colorthief==0.2.1
44
python-resize-image>=1.1.19,<1.2
55
Babel>=2.9,<3.0
66
file-magic>=0.4.0,<0.5
77
libzim>=1.1.0,<1.2
88
beautifulsoup4>=4.9.3,<4.10
9-
lxml>=4.6.3,<4.7
9+
lxml>=4.6.3,<4.10
1010
optimize-images>=1.3.6,<1.6
1111
# youtube-dl should be updated as frequently as possible
1212
youtube_dl

src/zimscraperlib/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

0 commit comments

Comments
 (0)