From 5ca4c28ed517806268bbfa793687775f6aab2009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 19:24:31 +0000 Subject: [PATCH] build(deps): Update sphinx-copybutton requirement from ~=0.4 to ~=0.5 Updates the requirements on [sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton) to permit the latest version. - [Release notes](https://github.com/executablebooks/sphinx-copybutton/releases) - [Changelog](https://github.com/executablebooks/sphinx-copybutton/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-copybutton/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: sphinx-copybutton 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 3020b94..6485beb 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ sphinx-book-theme~=0.1 numpydoc~=1.1 -sphinx-copybutton~=0.4 +sphinx-copybutton~=0.5 sphinxcontrib-bibtex~=2.4 # nupack -f https://github.com/beliveau-lab/NUPACK/blob/master/src/package/nupack-4.0.0.23-cp38-cp38-macosx_10_13_x86_64.whl; sys_platform == "darwin" # nupack -f https://github.com/beliveau-lab/NUPACK/blob/master/src/package/nupack-4.0.0.23-cp38-cp38-manylinux2014_x86_64.whl; sys_platform == "linux"