diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-30 15:17:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 15:17:21 +0200 |
commit | ca2d22fa7dc2d16bed642c56684b3127abd7a505 (patch) | |
tree | 042bd2b51b9b3cc4be1b2db259b77f5949fa29c5 | |
parent | 8c4f60ff82ed837edb095f39d99c4c413cc72cc0 (diff) | |
download | pylint-git-ca2d22fa7dc2d16bed642c56684b3127abd7a505.tar.gz |
Bump python-docs-theme from 2021.5 to 2021.8 (#4931)
Bumps [python-docs-theme](https://github.com/python/python-docs-theme) from 2021.5 to 2021.8.
- [Release notes](https://github.com/python/python-docs-theme/releases)
- [Changelog](https://github.com/python/python-docs-theme/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/python/python-docs-theme/compare/2021.5...2021.8)
---
updated-dependencies:
- dependency-name: python-docs-theme
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | doc/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index 45cf8d5d3..4db79c1b3 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ Sphinx==4.1.2 -python-docs-theme==2021.5 +python-docs-theme==2021.8 -e . |