diff --git a/poetry.lock b/poetry.lock index c4c64ba..184ee04 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2073,14 +2073,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] @@ -2099,6 +2099,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 = "traitlets" @@ -2226,4 +2227,4 @@ pytest = [] [metadata] lock-version = "2.1" python-versions = ">=3.10,<=4.0" -content-hash = "9629857355ee6e4fd8d75be1e7e31ecd65eed63fb0679c8e3a6779c1bf234294" +content-hash = "4ae8912c9c602abfdd54de83fb341405f192c9a812e9994cf2083bd5e905a876" diff --git a/pyproject.toml b/pyproject.toml index 750aea7..4893ed7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ mypy = "^2.0.0" coverage = "^7.14.0" pytest = "^9.0.2" pytest-asyncio = "^1.1.0" -tox = "^4.53.1" +tox = "^4.54.0" pytest-httpserver = "^1.1.5" ruff = "^0"