From 960b0821376906594352ccdc34ae00239680a9f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 16:26:40 +0000 Subject: [PATCH] Bump pyasn1 from 0.4.5 to 0.6.3 in /backend Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.4.5 to 0.6.3. - [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.4.5...v0.6.3) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.3 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 e7739b9..2fba5a6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ django-webpack-loader==0.6.0 ecdsa==0.13.3 future==0.18.3 psycopg2==2.8.1 -pyasn1==0.4.5 +pyasn1==0.6.3 pycparser==2.19 PyJWT==2.4.0 pytz==2018.9