From 0aadd3843202bf788d4d830ece00af7d9b75e8d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 19:35:46 +0000 Subject: [PATCH] Bump sphinx-rtd-theme from 0.5.0 to 0.5.1 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.0 to 0.5.1. - [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.1) Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 28c23442..d436517e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -755,7 +755,7 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sphinx-rtd-theme" -version = "0.5.0" +version = "0.5.1" description = "Read the Docs theme for Sphinx" category = "dev" optional = false @@ -961,7 +961,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "d7d1041488eec7a2b1bbcd55c1e87124b349ff07802d5979f43f9a2a32fbef12" +content-hash = "c009a6eecf8c1c3f0ccd2e578cb161fe578e46b35210d7ad19460871299dec75" [metadata.files] alabaster = [ @@ -1433,8 +1433,8 @@ sphinx-autobuild = [ {file = "sphinx_autobuild-2020.9.1-py3-none-any.whl", hash = "sha256:df5c72cb8b8fc9b31279c4619780c4e95029be6de569ff60a8bb2e99d20f63dd"}, ] 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.1-py2.py3-none-any.whl", hash = "sha256:fa6bebd5ab9a73da8e102509a86f3fcc36dec04a0b52ea80e5a033b2aba00113"}, + {file = "sphinx_rtd_theme-0.5.1.tar.gz", hash = "sha256:eda689eda0c7301a80cf122dad28b1861e5605cbf455558f3775e1e8200e83a5"}, ] sphinxcontrib-applehelp = [ {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, diff --git a/pyproject.toml b/pyproject.toml index 72a36a4a..4f8186ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ pep8-naming = "^0.11.1" darglint = "^1.7.0" reorder-python-imports = "^2.3.6" pre-commit-hooks = "^3.3.0" -sphinx-rtd-theme = "^0.5.0" +sphinx-rtd-theme = "^0.5.1" Pygments = "^2.7.2" [tool.poetry.scripts]