aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-04 20:35:17 +0000
committerGitHub <noreply@github.com>2023-12-04 20:35:17 +0000
commit74380672ff4e6b041376fb0e05b319d1bef920d1 (patch)
tree1e0e3d25f112ac26b1a501845b1a4dd444f1cba3
parent2a5b75ceb290f70d936d132c934653de81ab4d1a (diff)
downloadonionshare-c653dependabot/pip/docs/sphinx-rtd-theme-2.0.0.tar.gz
onionshare-c653dependabot/pip/docs/sphinx-rtd-theme-2.0.0.zip
Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 in /docsc653dependabot/pip/docs/sphinx-rtd-theme-2.0.0
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.3.0 to 2.0.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.3.0...2.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--docs/poetry.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/poetry.lock b/docs/poetry.lock
index c1819e38..15d4f740 100644
--- a/docs/poetry.lock
+++ b/docs/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
[[package]]
name = "alabaster"
@@ -529,18 +529,18 @@ test = ["mock", "pytest", "six"]
[[package]]
name = "sphinx-rtd-theme"
-version = "1.3.0"
+version = "2.0.0"
description = "Read the Docs theme for Sphinx"
optional = false
-python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
+python-versions = ">=3.6"
files = [
- {file = "sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl", hash = "sha256:46ddef89cc2416a81ecfbeaceab1881948c014b1b6e4450b815311a89fb977b0"},
- {file = "sphinx_rtd_theme-1.3.0.tar.gz", hash = "sha256:590b030c7abb9cf038ec053b95e5380b5c70d61591eb0b552063fbe7c41f0931"},
+ {file = "sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl", hash = "sha256:ec93d0856dc280cf3aee9a4c9807c60e027c7f7b461b77aeffed682e68f0e586"},
+ {file = "sphinx_rtd_theme-2.0.0.tar.gz", hash = "sha256:bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b"},
]
[package.dependencies]
-docutils = "<0.19"
-sphinx = ">=1.6,<8"
+docutils = "<0.21"
+sphinx = ">=5,<8"
sphinxcontrib-jquery = ">=4,<5"
[package.extras]