From c7d99325f6ba2f61a98725e08f3f769a9eefadc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:06:06 +0000 Subject: [PATCH] build(deps): bump pyasn1 from 0.4.8 to 0.6.1 Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.4.8 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.4.8...v0.6.1) --- updated-dependencies: - dependency-name: pyasn1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c0fae387..6f38ef26c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ pip==24.0 platformdirs==4.2.2 pluggy==1.5.0 pre-commit==3.5.0 -pyasn1==0.4.8 +pyasn1==0.6.1 pyasn1-modules==0.2.8 pycodestyle==2.11.1 pycparser==2.22