From bbe998085d5a81420e0be755662cdc457406903e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:13:32 +0000 Subject: [PATCH] chore(deps): Update sphinx-intl requirement from >=2.3.2 to >=2.4.0 Updates the requirements on [sphinx-intl](https://github.com/sphinx-doc/sphinx-intl) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx-intl/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-intl/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx-intl/compare/2.3.2...2.4.0) --- updated-dependencies: - dependency-name: sphinx-intl dependency-version: 2.4.0 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 bd7f011..a5a02fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,6 +20,6 @@ ruff>=0.16.4 scikit-learn>=1.9.0 Sphinx>=9.1.0 sphinx_rtd_theme>=3.1.0 -sphinx-intl>=2.3.2 +sphinx-intl>=2.4.0 yahooquery>=2.4.1 yfinance>=1.6.0