From a167e4111112c42b2e92e040c201262a1129cc63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 02:02:50 +0000 Subject: [PATCH] Bump sphinxext-remoteliteralinclude from 0.4.0 to 0.6.1 Bumps [sphinxext-remoteliteralinclude](https://github.com/wpilibsuite/sphinxext-remoteliteralinclude) from 0.4.0 to 0.6.1. - [Release notes](https://github.com/wpilibsuite/sphinxext-remoteliteralinclude/releases) - [Commits](https://github.com/wpilibsuite/sphinxext-remoteliteralinclude/compare/0.4.0...0.6.1) --- updated-dependencies: - dependency-name: sphinxext-remoteliteralinclude dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ddf2ae9c1..308ec612b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,6 +5,6 @@ sphinx-argparse==0.5.2 sphinx-autoapi==3.0.0 sphinx-rtd-theme==2.0.0 sphinxcontrib-programoutput==0.17 -sphinxext-remoteliteralinclude==0.4.0 +sphinxext-remoteliteralinclude==0.6.1 sphinx-copybutton==0.5.2 sphinx-design==0.7.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5a2ef4a04..2a42fb25e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ docs = [ "sphinx-rtd-theme==3.1.0", "sphinx-autoapi==3.0.0", "sphinxcontrib-programoutput==0.17", - "sphinxext-remoteliteralinclude==0.4.0", + "sphinxext-remoteliteralinclude==0.6.1", "sphinx-copybutton==0.5.2", "sphinx-design==0.7.0" ]