From f861068c044ee0c4feefba3e5cc81cbf3e69d59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:50:09 +0000 Subject: [PATCH] build(deps-dev): update pyturbojpeg requirement Updates the requirements on [pyturbojpeg](https://github.com/lilohuang/PyTurboJPEG) to permit the latest version. - [Release notes](https://github.com/lilohuang/PyTurboJPEG/releases) - [Commits](https://github.com/lilohuang/PyTurboJPEG/compare/v1.8.0...v2.3.0) --- updated-dependencies: - dependency-name: pyturbojpeg dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb93c920b50..5343b51813f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "fuzzywuzzy", "infrared-protocols>=5.6", "levenshtein", - "PyTurboJPEG~=1.8.0", + "PyTurboJPEG>=1.8,<2.4", "pytest-homeassistant-custom-component==0.13.340", "pytest", "pytest-asyncio",