summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-08 16:08:26 +0200
committerGitHub <noreply@github.com>2022-06-08 16:08:26 +0200
commit72855d5d08a91ca5faa8c5442ff6f4aedfadf7ca (patch)
tree10cd4a42f120bb05cff114a8de6110c661c43d18 /.pre-commit-config.yaml
parente52f3f5bb17984256e6716aa8ca1fd950521105c (diff)
downloadpylint-git-72855d5d08a91ca5faa8c5442ff6f4aedfadf7ca.tar.gz
Bump sphinx from 4.5.0 to 5.0.1 (#6879)
* Bump sphinx from 4.5.0 to 5.0.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.0.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.5.0...v5.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Updates Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7201f2fc9..f7ce2c0cd 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -91,7 +91,7 @@ repos:
- id: rstcheck
args: ["--report-level=warning"]
files: ^(doc/(.*/)*.*\.rst)
- additional_dependencies: [Sphinx==4.5.0]
+ additional_dependencies: [Sphinx==5.0.1]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.960
hooks: