From 524c86488d995de93d354f90c5d22a3745e3dd67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:54:53 +0000 Subject: [PATCH] Bump pyasn1 in /circleci/images/stylechecker/files/etc Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.6.1 to 0.6.2. - [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.2) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- circleci/images/stylechecker/files/etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circleci/images/stylechecker/files/etc/requirements.txt b/circleci/images/stylechecker/files/etc/requirements.txt index 2eb8de6..d5c5f7b 100644 --- a/circleci/images/stylechecker/files/etc/requirements.txt +++ b/circleci/images/stylechecker/files/etc/requirements.txt @@ -48,7 +48,7 @@ msgpack==1.1.2; python_version >= '3.9' pluggy==1.6.0; python_version >= '3.9' psycopg==3.3.2; python_version >= '3.10' publicsuffix2==2.20191221 -pyasn1==0.6.1; python_version >= '3.8' +pyasn1==0.6.2; python_version >= '3.8' pyasn1-modules==0.4.2; python_version >= '3.8' pycparser==2.23; python_version >= '3.8' pygments==2.19.2; python_version >= '3.8'