From f24f5744f1689c061aa282642c5e6a8fb179e84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:27:46 +0000 Subject: [PATCH] Bump pyasn1 from 0.6.1 to 0.6.2 in /proxy_server 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] --- proxy_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy_server/requirements.txt b/proxy_server/requirements.txt index 68cea46..2772e23 100644 --- a/proxy_server/requirements.txt +++ b/proxy_server/requirements.txt @@ -13,7 +13,7 @@ GitPython==3.1.43 idna==3.10 jmespath==1.0.1 localstack-client==2.7 -pyasn1==0.6.1 +pyasn1==0.6.2 python-dateutil==2.9.0.post0 PyYAML==6.0.2 requests==2.32.3