diff --git a/poetry.lock b/poetry.lock index 324eed1..59cc734 100644 --- a/poetry.lock +++ b/poetry.lock @@ -495,13 +495,13 @@ files = [ [[package]] name = "tox" -version = "4.17.1" +version = "4.18.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.17.1-py3-none-any.whl", hash = "sha256:2974597c0353577126ab014f52d1a399fb761049e165ff34427f84e8cfe6c990"}, - {file = "tox-4.17.1.tar.gz", hash = "sha256:2c41565a571e34480bd401d668a4899806169a4633e972ac296c54406d2ded8a"}, + {file = "tox-4.18.0-py3-none-any.whl", hash = "sha256:0a457400cf70615dc0627eb70d293e80cd95d8ce174bb40ac011011f0c03a249"}, + {file = "tox-4.18.0.tar.gz", hash = "sha256:5dfa1cab9f146becd6e351333a82f9e0ade374451630ba65ee54584624c27b58"}, ] [package.dependencies] @@ -571,4 +571,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "966ef198ffb73b0bf972c7d0c52b5b6580cc84c91cce24c752c9acca9d4ab26e" +content-hash = "501dc17194a3cff64b1ede607e5755339400770a70fc7a6010044b1d46041cd1" diff --git a/pyproject.toml b/pyproject.toml index d83feda..4b2d9a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ optional = true coverage = {version = '^7.6.1', extras = ['toml',]} pytest = '^8.3.2' pytest-cov = '^5.0.0' -tox = '^4.17.1' +tox = '^4.18.0' tox-gh-actions = '^3.2.0'