From 1f0d0ccaa6544155dc3af9f7f975a23e7cdf4029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 02:14:42 +0000 Subject: [PATCH] chore(deps): bump pyasn1 from 0.5.0 to 0.6.1 Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.5.0 to 0.6.1. - [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.1) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f57832ad..5782d286d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ 'olefile==0.46', 'paramiko==3.2.0', 'passlib==1.7.4', - 'pyasn1==0.5.0', + 'pyasn1==0.6.1', 'pycparser==2.21', 'pycryptodome==3.18.0', 'pycryptodomex==3.18.0',