diff --git a/poetry.lock b/poetry.lock index 062bf4a..441e77c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -357,13 +357,13 @@ files = [ [[package]] name = "tox" -version = "4.23.1" +version = "4.23.2" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.23.1-py3-none-any.whl", hash = "sha256:1a7947c010c4fb12cc84a414ab8b93e1119b6249fd881f65b1650f759fadbf0c"}, - {file = "tox-4.23.1.tar.gz", hash = "sha256:dc128e1bacddf993179a120ddfc7db2f8cda7fb67c8c4bf229a716d685f23f2f"}, + {file = "tox-4.23.2-py3-none-any.whl", hash = "sha256:452bc32bb031f2282881a2118923176445bac783ab97c874b8770ab4c3b76c38"}, + {file = "tox-4.23.2.tar.gz", hash = "sha256:86075e00e555df6e82e74cfc333917f91ecb47ffbc868dcafbd2672e332f4a2c"}, ] [package.dependencies] @@ -379,6 +379,9 @@ tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} typing-extensions = {version = ">=4.12.2", markers = "python_version < \"3.11\""} virtualenv = ">=20.26.6" +[package.extras] +test = ["devpi-process (>=1.0.2)", "pytest (>=8.3.3)", "pytest-mock (>=3.14)"] + [[package]] name = "tox-gh-actions" version = "3.2.0" @@ -430,4 +433,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "339cf38772b112db8a745252892025f43d43e7597d7e82bd0e0c75bc74f1f0ec" +content-hash = "5e2b06ebd033ce7f3408f8f9740f90a379100f4bd214b586d0b1bbfdea1c53ab" diff --git a/pyproject.toml b/pyproject.toml index 34f51ee..a76aae4 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.23.1" +tox = "^4.23.2" tox-gh-actions = "^3.2.0"