summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-28 03:41:53 +0000
committerGitHub <noreply@github.com>2021-07-28 03:41:53 +0000
commit7a5e95448d629b38c98fd9b41409d2c9cb026d3b (patch)
treebb86f72167413d0e658adcc54a9b690b5e796ec2 /pyproject.toml
parent7d56f860a472cf008bfcf98927dac8c163033f0b (diff)
downloadrequests-cache-7a5e95448d629b38c98fd9b41409d2c9cb026d3b.tar.gz
Bump sphinx-copybutton from 0.3.3 to 0.4.0
Bumps [sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton) from 0.3.3 to 0.4.0. - [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.3.3...v0.4.0) --- updated-dependencies: - dependency-name: sphinx-copybutton dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a28c4ae..c9f64f9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -43,7 +43,7 @@ furo = {version = ">=2021.6.24-beta.37", optional = true}
myst-parser = {version = "^0.15.1", optional = true}
Sphinx = { version = "4.0.3", optional = true }
sphinx-autodoc-typehints = { version = "^1.11", optional = true }
-sphinx-copybutton = { version = "^0.3", optional = true }
+sphinx-copybutton = { version = ">=0.3,<0.5", optional = true }
sphinx-inline-tabs = {version = "^2021.4.11-beta.9", optional = true, python = ">=3.8"}
sphinxcontrib-apidoc = { version = "^0.3", optional = true }
linkify-it-py = {version = "^1.0.1", optional = true}