diff --git a/poetry.lock b/poetry.lock index cf41450..771220c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -474,13 +474,13 @@ files = [ [[package]] name = "tox" -version = "4.12.1" +version = "4.13.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.12.1-py3-none-any.whl", hash = "sha256:c07ea797880a44f3c4f200ad88ad92b446b83079d4ccef89585df64cc574375c"}, - {file = "tox-4.12.1.tar.gz", hash = "sha256:61aafbeff1bd8a5af84e54ef6e8402f53c6a6066d0782336171ddfbf5362122e"}, + {file = "tox-4.13.0-py3-none-any.whl", hash = "sha256:1143c7e2489c68026a55d3d4ae84c02c449f073b28e62f80e3e440a3b72a4afa"}, + {file = "tox-4.13.0.tar.gz", hash = "sha256:dd789a554c16c4b532924ba393c92fc8991323c4b3d466712bfecc8c9b9f24f7"}, ] [package.dependencies] @@ -550,4 +550,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "bce517b1889c6dfdefcdfa8350647f3706cd4c5ba3c83f3463ab18b2f0124c24" +content-hash = "0c394c2916cc472ce59f9a40d8d2a1f39a3eea4429a9dcf85f6ab08ec91bd3a4" diff --git a/pyproject.toml b/pyproject.toml index 9d2c1e0..187beee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ optional = true coverage = {version = '^7.4.1', extras = ['toml',]} pytest = '^8.0.0' pytest-cov = '^4.1.0' -tox = '^4.12.1' +tox = '^4.13.0' tox-gh-actions = '^3.2.0'