From e6910042f290342e8a9ac51670ca07b0b6f49f42 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 7 Feb 2023 12:03:48 -0800
Subject: [PATCH] build(deps-dev): update sphinx-external-toc requirement from
~=0.2.3 to ~=0.3.1 (#1887)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Holdgraf <choldgraf@berkeley.edu>
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 30765c94..3e6bbc19 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,7 +38,7 @@ dependencies = [
"sphinx>=4,<5",
"sphinx-comments",
"sphinx-copybutton",
- "sphinx-external-toc~=0.2.3",
+ "sphinx-external-toc~=0.3.1",
"sphinx-jupyterbook-latex~=0.4.6",
"sphinx-design~=0.1.0",
"sphinx-thebe~=0.2.1",
--
GitLab