From 53c4e06160f44960bd0a574de8fcab9cc2e2b42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 00:43:39 +0000 Subject: [PATCH] Update pyasn1 requirement from >=0.6.3 to >=0.6.4 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.6.3...v0.6.4) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9b95b2..c1ca50b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ pandas-stubs pandera[pandas] plotly # https://github.com/advanced-computing/course-materials/security/dependabot/9 -pyasn1 >= 0.6.3 +pyasn1 >= 0.6.4 pytest pytest-cov ruff