diff --git a/pyproject.toml b/pyproject.toml index e94b429..2338d6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,8 @@ testing = [ "coverage==7.3.4", ] ci = [ - "tox==4.11.3", - "tox-gh-actions==3.1.3", + "tox==4.12.1", + "tox-gh-actions==3.2.0", # Allow use of pyenv for virtual environments. To enable you need to set `VIRTUALENV_DISCOVERY=pyenv` in the shell. # This is useful to help tox find the correct python version when using pyenv. "virtualenv-pyenv==0.4.0"