diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29129bf..3d8fbf6 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.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-byte-order-marker @@ -19,7 +19,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/adrienverge/yamllint.git - rev: v1.32.0 + rev: v1.35.1 hooks: - id: yamllint files: \.(yaml|yml)$ diff --git a/devstack/plugin.sh b/devstack/plugin.sh index cb14f6e..394faca 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -11,7 +11,7 @@ function install_tobiko_deps { install_python3 git_clone "${TOBIKO_REPO}" "${TOBIKO_DIR}" "${TOBIKO_VERSION}" install_bindep "${TOBIKO_DIR}/bindep.txt" test - pip_install 'tox>=3.8.0' + pip_install 'tox>=4.13' } diff --git a/doc/requirements.txt b/doc/requirements.txt index f9dde2b..0ed2deb 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -5,5 +5,5 @@ # As openstack job build-reno-releasenotes and Read The Docs page support only # one single requirements file for a project, we need to have one such file # which will include all project requirements -sphinx>=3.4.2,<=4.4.0 # BSD -sphinx_rtd_theme>=0.5.1,<1 # Apache-2.0 +sphinx>=5.0 # BSD +sphinx_rtd_theme>=2.0 # Apache-2.0 diff --git a/tox.ini b/tox.ini index a917a11..34f4765 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] skipsdist = True envlist = linters,docs -minversion = 3.8.0 +minversion = 4.13 [testenv]