From 13e154f7d4559b5376dc7ed2a41d12c18cf8af73 Mon Sep 17 00:00:00 2001 From: deacon-mp Date: Thu, 23 Jul 2026 14:46:39 -0400 Subject: [PATCH] build(deps): bump setuptools to 83.0.0 and pyasn1 to 0.6.4 Fixes the failing Security Checks safety gate (pip-audit): - setuptools 78.1.1 -> 83.0.0: PYSEC-2026-3447 / CVE-2026-59890 - pyasn1 0.6.3 -> 0.6.4: PYSEC-2026-3455 / PYSEC-2026-3456 / PYSEC-2026-3457 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 17bd2a435..3bc6c6160 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ marshmallow==3.26.2 dirhash==0.2.1 marshmallow-enum==1.5.1 ldap3==2.9.1 -pyasn1==0.6.3 +pyasn1==0.6.4 reportlab==4.0.4 # debrief rich==13.7.0 lxml==6.1.0 # debrief @@ -26,4 +26,4 @@ asyncssh==2.20.0 aioftp==0.27.2 packaging==23.2 croniter~=3.0.3 -setuptools==78.1.1 +setuptools==83.0.0