From 4724f65698f049f79acba1c4d98628165e07ef1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:56:14 +0000 Subject: [PATCH] deps(backend): bump arch from 6.3.0 to 8.0.0 in /backend Bumps [arch](https://github.com/bashtage/arch) from 6.3.0 to 8.0.0. - [Release notes](https://github.com/bashtage/arch/releases) - [Commits](https://github.com/bashtage/arch/compare/v6.3.0...v8.0.0) --- updated-dependencies: - dependency-name: arch dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements-ci.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-ci.txt b/backend/requirements-ci.txt index 21b5eb6..fa73bb8 100644 --- a/backend/requirements-ci.txt +++ b/backend/requirements-ci.txt @@ -50,7 +50,7 @@ scipy>=1.13.0 statsmodels>=0.14.2 scikit-learn>=1.5.0 cvxopt==1.3.2 -arch==6.3.0 +arch==8.0.0 yfinance==0.2.28 ta==0.11.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 46120a3..28ba8b2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -47,7 +47,7 @@ scipy>=1.13.0 statsmodels>=0.14.2 scikit-learn>=1.5.0 cvxopt==1.3.2 -arch==6.3.0 +arch==8.0.0 yfinance==0.2.28 ta==0.11.0