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