diff --git a/poetry.lock b/poetry.lock index 67bea08..fc188e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -600,14 +600,14 @@ markers = {main = "python_version < \"3.11\"", dev = "python_version < \"3.11\"" [[package]] name = "tox" -version = "4.34.0" +version = "4.34.1" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.10" groups = ["tests"] files = [ - {file = "tox-4.34.0-py3-none-any.whl", hash = "sha256:dccfb69c60fd32d5d0fee862bb4596b7ccee013b4b6fc4b8ea7a6a1fcf165384"}, - {file = "tox-4.34.0.tar.gz", hash = "sha256:18f27e064aec1af6fec47f391e39d60974af0a1dc2c6da5030d9c710f4ee95b7"}, + {file = "tox-4.34.1-py3-none-any.whl", hash = "sha256:5610d69708bab578d618959b023f8d7d5d3386ed14a2392aeebf9c583615af60"}, + {file = "tox-4.34.1.tar.gz", hash = "sha256:ef1e82974c2f5ea02954d590ee0b967fad500c3879b264ea19efb9a554f3cc60"}, ] [package.dependencies] @@ -679,4 +679,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "fdaee1ecb182ceb0155faf73fe6fcffa25f0cdd02b7e98eee6868b62a56a828d" +content-hash = "f2762a3b91c2760a5b273093a065c224c4a4e65cd903d729853f8a801d7c198a" diff --git a/pyproject.toml b/pyproject.toml index a00cb4f..00f6935 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.34.0" +tox = "^4.34.1" tox-gh-actions = "^3.5.0"