Skip to content

Commit

Permalink
updated lxml dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jul 26, 2022
1 parent 13b3cb2 commit e29e6be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.5.0).

## [1.6.1] - 2022-07-26

### Changed

- Wider range of accepted lxml dependency version as 4.9.1 fixes a security issue

## [1.6.0] - 2022-05-23

## Added

- `Archive.get_metadata_item()` to retrieve full item instead of just value
- `Archive.get_metadata_item()` to retrieve full item instead of just value

### Changed

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
iso-639==0.4.5
iso-639==0.4.5
requests>=2.25.1,<3.0
colorthief==0.2.1
python-resize-image>=1.1.19,<1.2
Babel>=2.9,<3.0
file-magic>=0.4.0,<0.5
libzim>=1.1.0,<1.2
beautifulsoup4>=4.9.3,<4.10
lxml>=4.6.3,<4.7
lxml>=4.6.3,<4.10
optimize-images>=1.3.6,<1.6
# youtube-dl should be updated as frequently as possible
youtube_dl
2 changes: 1 addition & 1 deletion src/zimscraperlib/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1

0 comments on commit e29e6be

Please sign in to comment.