diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d8fbf6..9a80073 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-byte-order-marker diff --git a/doc/requirements.txt b/doc/requirements.txt index 0ed2deb..9046199 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -6,4 +6,4 @@ # one single requirements file for a project, we need to have one such file # which will include all project requirements sphinx>=5.0 # BSD -sphinx_rtd_theme>=2.0 # Apache-2.0 +sphinx_rtd_theme==2.0 # Apache-2.0