diff --git a/poetry.lock b/poetry.lock index 5e40508..19a94d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1044,14 +1044,14 @@ files = [ [[package]] name = "tox" -version = "4.53.1" +version = "4.54.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "tox-4.53.1-py3-none-any.whl", hash = "sha256:4a9948607e976a337c22d64a1b4fafd486125e82f00ab6ce32fa6cacc23f48b1"}, - {file = "tox-4.53.1.tar.gz", hash = "sha256:7be9805ed4a34242510c7acc9a7e3a01a35942e08f31f8bd69067c3a37130afc"}, + {file = "tox-4.54.0-py3-none-any.whl", hash = "sha256:a2d7c1177242ae9c3d9e404039e9f945ce16a3e5dfc66972c643e27d7e764f4b"}, + {file = "tox-4.54.0.tar.gz", hash = "sha256:21e36fd8256590379620848d0b03b52f4d541b65b749de1a17c3e616978dad58"}, ] [package.dependencies] @@ -1070,6 +1070,7 @@ virtualenv = ">=21.1" [package.extras] completion = ["argcomplete (>=3.6.3)"] +testing = ["devpi-process (>=1.1.1)", "pytest (>=9.0.2)", "pytest-mock (>=3.15.1)"] [[package]] name = "tox-gh-actions" @@ -1155,4 +1156,4 @@ pytest = [] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "d7fec9be194219b495cb065a2a667c1822c16b26d43366332d482b0d07346ff4" +content-hash = "1ef9db87d27c74afe4b2de59b7286ff9731112a889a2e1f5735c5fb070107206" diff --git a/pyproject.toml b/pyproject.toml index 3bfad52..5f12164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ mypy = "^2.0.0" coverage = "^7.14.0" pytest = "^9.0.2" pytest-asyncio = "^1" -tox = "^4.46.3" +tox = "^4.54.0" tox-gh-actions = "^3.5.0" ruff = "^0"