From d843d46de153082194ee317a190019a92be08981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 13:07:21 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 3 updates Bumps the python-packages group with 3 updates in the / directory: [cryptography](https://github.com/pyca/cryptography), [aiontfy](https://github.com/tr4nt0r/aiontfy) 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 `aiontfy` from 0.8.1 to 0.8.3 - [Release notes](https://github.com/tr4nt0r/aiontfy/releases) - [Commits](https://github.com/tr4nt0r/aiontfy/compare/v0.8.1...v0.8.3) 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: aiontfy dependency-version: 0.8.3 dependency-type: direct:development 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a7e04009..6aa791ad 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] @@ -56,7 +56,7 @@ dev=[ "genbadge[all]", # generic transport testing "notify-events", - "aiontfy==0.8.1", + "aiontfy==0.8.3", # home assistant tts testing @@ -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]",