From a7e58a9bb47ca076cd5ea450e7cadbef2d852c74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 22:13:33 +0000 Subject: [PATCH] Bump pyasn1 from 0.4.2 to 0.6.4 in /app Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.4.2 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.4.2...v0.6.4) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index ff8d7a9..13c1188 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -24,7 +24,7 @@ oauth2client==4.1.2 oauthlib==2.0.6 openapi-codec==1.3.1 psycopg2==2.7.3.1 -pyasn1==0.4.2 +pyasn1==0.6.4 pyasn1-modules==0.2.1 pylint==1.8.3 python-magic==0.4.15