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]",