diff --git a/poetry.lock b/poetry.lock index 5882fee..dff10d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -351,13 +351,13 @@ files = [ [[package]] name = "tox" -version = "4.21.1" +version = "4.21.2" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.21.1-py3-none-any.whl", hash = "sha256:092bbdcfeabc824db621dab5be9f0866a34a0a4fc874e9746bf04c0d5462d78b"}, - {file = "tox-4.21.1.tar.gz", hash = "sha256:b2ce4222772693b302d75e2e4f7727d67bb60925d740479bb09845098562589f"}, + {file = "tox-4.21.2-py3-none-any.whl", hash = "sha256:13d996adcd792e7c82994b0e116d85efd84f0c6d185254d83d156f73f86b2038"}, + {file = "tox-4.21.2.tar.gz", hash = "sha256:49381ff102296753e378fa5ff30e42a35e695f149b4dbf8a2c49d15fdb5797b2"}, ] [package.dependencies] @@ -428,4 +428,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "7cd0f2d8a112737142e11a27980b71589c6b16e612e849395369ef9523d25fb3" +content-hash = "95e32c7b6eaea6960d36ecbdaaf061edc16c6682e5379dcf03ef06fa8bc129e1" diff --git a/pyproject.toml b/pyproject.toml index e24370c..6b5376e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ optional = true [tool.poetry.group.tests.dependencies] pytest = "^8.3.3" pytest-cov = "^5.0.0" -tox = "^4.21.1" +tox = "^4.21.2" tox-gh-actions = "^3.2.0"