From 67e0c6e60ccfd5f613b4624a9db585e6ec8f26a0 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Thu, 10 Sep 2026 12:08:50 +0200 Subject: [PATCH] fix(deps): bump aiohttp/idna/pyasn1 to close 43 pip-audit CVEs --- pyproject.toml | 6 +++--- requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2cc075d..6440c3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,15 +6,15 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "aiohappyeyeballs==2.6.1", - "aiohttp==3.12.14", + "aiohttp==3.14.3", "aiosignal==1.4.0", "attrs==25.3.0", "frozenlist==1.7.0", - "idna==3.10", + "idna==3.15", "multidict==6.6.3", "propcache==0.3.2", "pyaes==1.6.1", - "pyasn1==0.6.1", + "pyasn1==0.6.4", "qrcode==8.0", "rsa==4.9.1", "Telethon==1.40.0", diff --git a/requirements.txt b/requirements.txt index c91dc6c..ffe788c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ aiohappyeyeballs==2.6.1 -aiohttp==3.12.14 +aiohttp==3.14.3 aiosignal==1.4.0 attrs==25.3.0 frozenlist==1.7.0 -idna==3.10 +idna==3.15 multidict==6.6.3 propcache==0.3.2 pyaes==1.6.1 -pyasn1==0.6.1 +pyasn1==0.6.4 qrcode==8.0 rsa==4.9.1 Telethon==1.40.0