From c095fae7b68d000ec8e43b5b59fca369d1722be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 11:33:48 +0000 Subject: [PATCH] deps(deps): update sphinx-intl requirement from >=2.2.0 to >=2.3.2 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.2.0...2.3.2) --- updated-dependencies: - dependency-name: sphinx-intl dependency-version: 2.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0b7248d..7936c7c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -15,4 +15,4 @@ sphinx-design>=0.6.0 # Design elements (cards, tabs, grids) myst-parser>=2.0.0 # MyST Markdown parser # i18n helper CLI (manages .po files under docs/locale/) -sphinx-intl>=2.2.0 +sphinx-intl>=2.3.2