From 495ae76a7c566f179b2256fb3a3243cf36526176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:45:02 +0000 Subject: [PATCH] Bump pyasn1 from 0.6.1 to 0.6.2 Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.6.1 to 0.6.2. - [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.1...v0.6.2) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.2 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 e0443aa..a818dc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ opentelemetry-api==1.36.0; python_version >= '3.9' packaging==25.0; python_version >= '3.8' proto-plus==1.26.1; python_version >= '3.7' protobuf==6.32.0; python_version >= '3.9' -pyasn1==0.6.1; python_version >= '3.8' +pyasn1==0.6.2; python_version >= '3.8' pyasn1-modules==0.4.2; python_version >= '3.8' python-dotenv==1.1.1; python_version >= '3.9' python-telegram-bot==22.3; python_version >= '3.9'