From fed011458cdb5b0fb3ce279a3f82448915eb6ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:41:12 +0000 Subject: [PATCH] build(deps): update pyasn1 requirement from >=0.5.0 to >=0.6.3 Updates the requirements on [pyasn1](https://github.com/pyasn1/pyasn1) to permit the latest version. - [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.5.0...v0.6.3) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index be1c308..3b9f942 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -certifi>=2023.5.7 +certifi>=2023.5.7 cffi>=1.15.1 cryptography>=41.0.2 ecdsa>=0.18.0 idna>=3.4 -pyasn1>=0.5.0 +pyasn1>=0.6.3 pycparser>=2.21 requests>=2.31.0 rsa>=4.9