Upgrade tox version to 4.13

sphinx version also updated

Depends-On: I2c61e753e55340b19ab941fd532de0cab875d51c
Change-Id: I80ae1fc69d5e8e2a31ac52c02a1604225eefba3c
This commit is contained in:
Eduardo Olivares 2024-03-05 12:56:51 +01:00
parent 976a77bac5
commit f878ef48b5
4 changed files with 6 additions and 6 deletions

View File

@ -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)$

View File

@ -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'
}

View File

@ -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

View File

@ -1,7 +1,7 @@
[tox]
skipsdist = True
envlist = linters,docs
minversion = 3.8.0
minversion = 4.13
[testenv]