From 2b3754a0292e09f72065549c29fad77337854143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 17:20:29 +0000 Subject: [PATCH] chore(deps): bump pyasn1 from 0.6.3 to 0.6.4 in /backend Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.6.3 to 0.6.4. - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](https://github.com/pyasn1/pyasn1/compare/v0.6.3...v0.6.4) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index dba33f11d..86d1bf132 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -43,7 +43,7 @@ packaging==24.1 pluggy==1.5.0 promise==2.3 psycopg2-binary==2.9.10 -pyasn1==0.6.3 +pyasn1==0.6.4 pyasn1-modules==0.4.1 pycodestyle==2.10.0 pycparser==2.21