diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-02 15:14:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 15:14:00 +0200 |
commit | e394de59868e9583377aebd6b28dcb12c043c6fb (patch) | |
tree | 42f222317d4634666bbb62ec52660a6cebe24611 /doc/requirements.txt | |
parent | e7b71cf681fd1aea42c38e0837d19731ed8492ed (diff) | |
download | pylint-git-e394de59868e9583377aebd6b28dcb12c043c6fb.tar.gz |
Bump sphinx from 4.1.1 to 4.1.2 (#4785)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.1.1...v4.1.2)
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'doc/requirements.txt')
-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 74b36a344..45cf8d5d3 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ -Sphinx==4.1.1 +Sphinx==4.1.2 python-docs-theme==2021.5 -e . |