From e29e6bef99615f867a40e0ae2e30a05faa54209d Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Tue, 26 Jul 2022 17:02:17 +0000 Subject: [PATCH] updated lxml dependency range --- CHANGELOG.md | 8 +++++++- requirements.txt | 4 ++-- src/zimscraperlib/VERSION | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d2dbf3..0a73eab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/requirements.txt b/requirements.txt index 6a88a0e2..5e3c704f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ - 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 @@ -6,7 +6,7 @@ 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 diff --git a/src/zimscraperlib/VERSION b/src/zimscraperlib/VERSION index dc1e644a..9c6d6293 100644 --- a/src/zimscraperlib/VERSION +++ b/src/zimscraperlib/VERSION @@ -1 +1 @@ -1.6.0 +1.6.1