diff --git a/poetry.lock b/poetry.lock index c065fb5..a70c3ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -595,14 +595,14 @@ markers = {main = "python_version < \"3.11\"", dev = "python_version < \"3.11\"" [[package]] name = "tox" -version = "4.33.0" +version = "4.34.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.10" groups = ["tests"] files = [ - {file = "tox-4.33.0-py3-none-any.whl", hash = "sha256:8582ac5c3ca97095ce88ae6bcd310d22614350ea9751b0e4ad39acad7874e270"}, - {file = "tox-4.33.0.tar.gz", hash = "sha256:a29244bce3f514f94043e173366aa191c8cf0106ec8ddd18ba53f985acd73cc4"}, + {file = "tox-4.34.0-py3-none-any.whl", hash = "sha256:dccfb69c60fd32d5d0fee862bb4596b7ccee013b4b6fc4b8ea7a6a1fcf165384"}, + {file = "tox-4.34.0.tar.gz", hash = "sha256:18f27e064aec1af6fec47f391e39d60974af0a1dc2c6da5030d9c710f4ee95b7"}, ] [package.dependencies] @@ -674,4 +674,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "fa54f9b0bfe2b5c9d75ecb46c9ab37f71f5c4f6308f0cc32bf4518f88fb3c646" +content-hash = "5eaaff955be44569c1c02cfa3a0db8434faa663a266cd5f12529b66966d639f6" diff --git a/pyproject.toml b/pyproject.toml index 76c8f24..65285e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ optional = true [tool.poetry.group.tests.dependencies] pytest = "^9.0.2" pytest-cov = "^7.0.0" -tox = "^4.33.0" +tox = "^4.34.0" tox-gh-actions = "^3.5.0"