From a9ef672866d84f0a585754e5a564363f7d1b04ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:28:09 +0000 Subject: [PATCH] chore(deps): 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 7763c25..d1db9e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ multidict==6.7.0; python_version >= "3.7" and python_version < "4.0" orjson==3.11.5; python_full_version >= "3.6.2" and python_version >= "3.7" and python_full_version < "4.0.0" passlib==1.7.4 psutil==5.8.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" -pyasn1==0.6.1; python_version >= "3.5" and python_version < "4" +pyasn1==0.6.2; python_version >= "3.5" and python_version < "4" pycparser==2.23 pydantic==2.12.5; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0" pymongo==4.16.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2"