From b895c3640cff6485e5d50be53ebc3d31749983ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 20:56:45 +0000 Subject: [PATCH] Update dependency pyasn1 to v0.6.3 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7edd248..3186374 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ proto-plus==1.24.0 ; python_version >= "3.10" and python_version < "4.0" protobuf==5.27.3 ; python_version >= "3.10" and python_version < "4.0" ptyprocess==0.7.0 ; python_version >= "3.10" and python_version < "4.0" pyasn1-modules==0.4.0 ; python_version >= "3.10" and python_version < "4.0" -pyasn1==0.6.0 ; python_version >= "3.10" and python_version < "4.0" +pyasn1==0.6.3 ; python_version >= "3.10" and python_version < "4.0" pycodestyle==2.12.1 ; python_version >= "3.10" and python_version < "4.0" pycparser==2.22 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux") and (sys_platform == "darwin" or platform_python_implementation != "PyPy") pyflakes==3.2.0 ; python_version >= "3.10" and python_version < "4.0"