From 7868ec9dc6351758e688de91afcc8a5fc93074a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:21:55 +0000 Subject: [PATCH] Update imagequant requirement from ~=1.1.1 to ~=1.1.2 Updates the requirements on [imagequant](https://github.com/wanadev/imagequant-python) to permit the latest version. - [Release notes](https://github.com/wanadev/imagequant-python/releases) - [Changelog](https://github.com/wanadev/imagequant-python/blob/master/RELEASE.rst) - [Commits](https://github.com/wanadev/imagequant-python/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: imagequant dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 29e8056..3fcb6b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ av~=13.1.0 beautifulsoup4~=4.12.3 rookiepy~=0.5.6 httpx~=0.27.2 -imagequant~=1.1.1 +imagequant~=1.1.2 memory-tempfile~=2.2.3 mergedeep~=1.3.4 mini-racer~=0.12.4