diff --git a/poetry.lock b/poetry.lock index 6945950..578d47f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -687,13 +687,13 @@ files = [ [[package]] name = "tox" -version = "4.15.0" +version = "4.15.1" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.15.0-py3-none-any.whl", hash = "sha256:300055f335d855b2ab1b12c5802de7f62a36d4fd53f30bd2835f6a201dda46ea"}, - {file = "tox-4.15.0.tar.gz", hash = "sha256:7a0beeef166fbe566f54f795b4906c31b428eddafc0102ac00d20998dd1933f6"}, + {file = "tox-4.15.1-py3-none-any.whl", hash = "sha256:f00a5dc4222b358e69694e47e3da0227ac41253509bca9f45aa8f012053e8d9d"}, + {file = "tox-4.15.1.tar.gz", hash = "sha256:53a092527d65e873e39213ebd4bd027a64623320b6b0326136384213f95b7076"}, ] [package.dependencies] @@ -780,4 +780,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "c16abdce801b9d90a52c3851385f98536fcbb90a0a485fa28ec845201bbe9ca1" +content-hash = "6c09e07921cf3e8a3e9d477dc899ca9c6ccb593835b12f3864e7346fc62eb494" diff --git a/pyproject.toml b/pyproject.toml index 400402a..1b97ee0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pytest = "^8.2.0" black = "^24.4.2" pytest-cov = "^5.0.0" pytest-mock = "^3.11.1" -tox = "^4.8.0" +tox = "^4.15.1" tox-gh-actions = "^3.2.0" [tool.black]