From f878ef48b556228542a1e6d0670c8659e141a006 Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Tue, 5 Mar 2024 12:56:51 +0100 Subject: [PATCH] Upgrade tox version to 4.13 sphinx version also updated Depends-On: I2c61e753e55340b19ab941fd532de0cab875d51c Change-Id: I80ae1fc69d5e8e2a31ac52c02a1604225eefba3c --- .pre-commit-config.yaml | 4 ++-- devstack/plugin.sh | 2 +- doc/requirements.txt | 4 ++-- tox.ini | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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]