From 2f762a9d714029ebc7ab86fab114ed88db7452b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:36:09 +0000 Subject: [PATCH] deps(deps): Bump pyasn1 from 0.6.2 to 0.6.3 Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.6.2 to 0.6.3. - [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.2...v0.6.3) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f42422..bee8709 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ "psutil>=7.2.1", "httpx>=0.28.1", "pytest-asyncio>=1.3.0", - "pyasn1==0.6.2", + "pyasn1==0.6.3", "jupyter>=1.1.1", # Workflow orchestration "prefect>=3.1.0", # Latest: 3.1.11 (2026), Lightweight workflow orchestration for OHLCV jobs