Update dependency tox to v4.21.0 #79

Merged
Renovate merged 2 commits from renovate/tox-4.x into master 2024-10-01 19:59:24 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ mypy==1.11.2
pylint==3.3.1
pytest-cov==5.0.0
pytest==8.3.3
tox==4.20.0
tox==4.21.0
twine==5.1.1

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.9.0
envlist = py39, py310, py311. py312
envlist = py39, py310, py311, py312
isolated_build = true
[gh-actions]