From d6111fe0c5983d3fbd6a620a873f7e64ff5c1ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Jun 2021 02:58:19 +0000 Subject: [PATCH] Bump sphinx-rtd-theme from 0.5.0 to 0.5.2 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.0 to 0.5.2. - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases) - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/0.5.0...0.5.2) Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c1548a3..f34825c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -670,13 +670,14 @@ sphinx = ">=1.1" [[package]] name = "sphinx-rtd-theme" -version = "0.5.0" +version = "0.5.2" description = "Read the Docs theme for Sphinx" category = "dev" optional = false python-versions = "*" [package.dependencies] +docutils = "<0.17" sphinx = "*" [package.extras] @@ -872,7 +873,7 @@ testing = ["jaraco.itertools", "func-timeout"] [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "861a0f6800a230fa030da3a7d48823575173add3be66cbc327af9a0e7d2950aa" +content-hash = "2325e43b4ee6af24d00ebb36b35d42548fc1d3b58556d650703487e60e3ba15e" [metadata.files] alabaster = [ @@ -1239,8 +1240,8 @@ sphinx-autodoc-annotation = [ {file = "sphinx-autodoc-annotation-1.0-1.tar.gz", hash = "sha256:4a3d03081efe1e5f2bc9b9d00746550f45b9f543b0c79519c523168ca7f7d89a"}, ] sphinx-rtd-theme = [ - {file = "sphinx_rtd_theme-0.5.0-py2.py3-none-any.whl", hash = "sha256:373413d0f82425aaa28fb288009bf0d0964711d347763af2f1b65cafcb028c82"}, - {file = "sphinx_rtd_theme-0.5.0.tar.gz", hash = "sha256:22c795ba2832a169ca301cd0a083f7a434e09c538c70beb42782c073651b707d"}, + {file = "sphinx_rtd_theme-0.5.2-py2.py3-none-any.whl", hash = "sha256:4a05bdbe8b1446d77a01e20a23ebc6777c74f43237035e76be89699308987d6f"}, + {file = "sphinx_rtd_theme-0.5.2.tar.gz", hash = "sha256:32bd3b5d13dc8186d7a42fc816a23d32e83a4827d7d9882948e7b837c232da5a"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, diff --git a/pyproject.toml b/pyproject.toml index d035e07..5ad8a7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ flake8 = "^3.9.2" model_bakery = "^1.2.1" isort = "^5.6.4" sphinx = "^3.4.3" -sphinx-rtd-theme = "^0.5.0" +sphinx-rtd-theme = "^0.5.2" safety = "^1.10.3" sphinxcontrib_django = "^0.5.1" sphinx_autodoc_annotation = "^1.0-1"