From 74955cdf1ae53a714c8de11a94cbfff950ccc5d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:52:59 +0000 Subject: [PATCH] Bump pyasn1 from 0.6.1 to 0.6.3 in /src/toxpipe-api Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.6.1 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.6.1...v0.6.3) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/toxpipe-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toxpipe-api/requirements.txt b/src/toxpipe-api/requirements.txt index 8e64f81..34c0912 100644 --- a/src/toxpipe-api/requirements.txt +++ b/src/toxpipe-api/requirements.txt @@ -92,7 +92,7 @@ psycopg==3.3.2 psycopg-pool==3.3.0 py-key-value-aio==0.3.0 py-key-value-shared==0.3.0 -pyasn1==0.6.1 +pyasn1==0.6.3 pyasn1_modules==0.4.2 pybase64==1.4.3 pycparser==2.23