From b7e30c264ccf3bb44ec31a1c7e69769dfc6bee24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:22:12 +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] --- setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/requirements.txt b/setup/requirements.txt index d2954e7b..074e4ce5 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -38,7 +38,7 @@ propcache==0.2.1 ; python_version >= "3.9" and python_version < "4.0" proto-plus==1.25.0 ; python_version >= "3.9" and python_version < "4.0" protobuf==5.29.5 ; python_version >= "3.9" and python_version < "4.0" pyasn1-modules==0.4.1 ; python_version >= "3.9" and python_version < "4.0" -pyasn1==0.6.1 ; python_version >= "3.9" and python_version < "4.0" +pyasn1==0.6.2 ; python_version >= "3.9" and python_version < "4.0" pydantic-core==2.27.2 ; python_version >= "3.9" and python_version < "4.0" pydantic-extra-types==2.10.1 ; python_version >= "3.9" and python_version < "4.0" pydantic-settings==2.7.1 ; python_version >= "3.9" and python_version < "4.0"