diff --git a/poetry.lock b/poetry.lock index cb8fa08..434ab8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -737,13 +737,13 @@ files = [ [[package]] name = "tox" -version = "4.23.2" +version = "4.24.1" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.23.2-py3-none-any.whl", hash = "sha256:452bc32bb031f2282881a2118923176445bac783ab97c874b8770ab4c3b76c38"}, - {file = "tox-4.23.2.tar.gz", hash = "sha256:86075e00e555df6e82e74cfc333917f91ecb47ffbc868dcafbd2672e332f4a2c"}, + {file = "tox-4.24.1-py3-none-any.whl", hash = "sha256:57ba7df7d199002c6df8c2db9e6484f3de6ca8f42013c083ea2d4d1e5c6bdc75"}, + {file = "tox-4.24.1.tar.gz", hash = "sha256:083a720adbc6166fff0b7d1df9d154f9d00bfccb9403b8abf6bc0ee435d6a62e"}, ] [package.dependencies] @@ -751,13 +751,13 @@ cachetools = ">=5.5" chardet = ">=5.2" colorama = ">=0.4.6" filelock = ">=3.16.1" -packaging = ">=24.1" +packaging = ">=24.2" platformdirs = ">=4.3.6" pluggy = ">=1.5" pyproject-api = ">=1.8" -tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} +tomli = {version = ">=2.1", markers = "python_version < \"3.11\""} typing-extensions = {version = ">=4.12.2", markers = "python_version < \"3.11\""} -virtualenv = ">=20.26.6" +virtualenv = ">=20.27.1" [package.extras] test = ["devpi-process (>=1.0.2)", "pytest (>=8.3.3)", "pytest-mock (>=3.14)"] @@ -825,4 +825,4 @@ pytest = [] [metadata] lock-version = "2.0" python-versions = ">=3.8.1" -content-hash = "70c54242c48b516670fd8d69285650db038897ff67fc062b03c2dfa229917e66" +content-hash = "df63375d1290c20de6cbf3fe0349e21c43c6ceaf57c37d7783d5a8132682002b" diff --git a/pyproject.toml b/pyproject.toml index 9ce76e8..37764d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ mypy = "^1.13.0" coverage = "^7.6.0" pytest = "^8.3.2" pytest-asyncio = "^0" -tox = "^4.16.0" +tox = "^4.24.1" ruff = "^0"