From f4a241134a267fbcc751aecf06d61024bf415ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:27:07 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 2 updates Bumps the python-packages group with 2 updates in the / directory: [cryptography](https://github.com/pyca/cryptography) and [pyturbojpeg](https://github.com/lilohuang/PyTurboJPEG). Updates `cryptography` from 46.0.5 to 46.0.6 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6) Updates `pyturbojpeg` from 1.8.0 to 2.2.0 - [Release notes](https://github.com/lilohuang/PyTurboJPEG/releases) - [Commits](https://github.com/lilohuang/PyTurboJPEG/compare/v1.8.0...v2.2.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pyturbojpeg dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a7e04009..1eb2031b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "aiofiles", #"pyopenssl==25.3.0", # HA issue 2026.3 #"requests==2.32.5" # force hass compat - "cryptography==46.0.5" + "cryptography==46.0.6" ] [tool.poetry] @@ -64,7 +64,7 @@ dev=[ "ha-ffmpeg", # home assistant mobile push testing, and ntfy - "PyTurboJPEG==1.8.0" + "PyTurboJPEG==2.2.0" ] docs=[ "mkdocs-material[imaging]",