diff --git a/poetry.lock b/poetry.lock index 99b9696..43abbab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1366,13 +1366,13 @@ files = [ [[package]] name = "tox" -version = "4.21.2" +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.21.2-py3-none-any.whl", hash = "sha256:13d996adcd792e7c82994b0e116d85efd84f0c6d185254d83d156f73f86b2038"}, - {file = "tox-4.21.2.tar.gz", hash = "sha256:49381ff102296753e378fa5ff30e42a35e695f149b4dbf8a2c49d15fdb5797b2"}, + {file = "tox-4.23.2-py3-none-any.whl", hash = "sha256:452bc32bb031f2282881a2118923176445bac783ab97c874b8770ab4c3b76c38"}, + {file = "tox-4.23.2.tar.gz", hash = "sha256:86075e00e555df6e82e74cfc333917f91ecb47ffbc868dcafbd2672e332f4a2c"}, ] [package.dependencies] @@ -1389,8 +1389,7 @@ typing-extensions = {version = ">=4.12.2", markers = "python_version < \"3.11\"" virtualenv = ">=20.26.6" [package.extras] -docs = ["furo (>=2024.8.6)", "sphinx (>=8.0.2)", "sphinx-argparse-cli (>=1.18.2)", "sphinx-autodoc-typehints (>=2.4.4)", "sphinx-copybutton (>=0.5.2)", "sphinx-inline-tabs (>=2023.4.21)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=24.8)"] -testing = ["build[virtualenv] (>=1.2.2)", "covdefaults (>=2.3)", "detect-test-pollution (>=1.2)", "devpi-process (>=1.0.2)", "diff-cover (>=9.2)", "distlib (>=0.3.8)", "flaky (>=3.8.1)", "hatch-vcs (>=0.4)", "hatchling (>=1.25)", "psutil (>=6)", "pytest (>=8.3.3)", "pytest-cov (>=5)", "pytest-mock (>=3.14)", "pytest-xdist (>=3.6.1)", "re-assert (>=1.1)", "setuptools (>=75.1)", "time-machine (>=2.15)", "wheel (>=0.44)"] +test = ["devpi-process (>=1.0.2)", "pytest (>=8.3.3)", "pytest-mock (>=3.14)"] [[package]] name = "tox-docker" @@ -1488,4 +1487,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "7c66eb4d9d074e5aaf5688f14b5efc851db44496144828ae0bdbfce622e025af" +content-hash = "b032b794a82ad7c7cbf161305d682aa82f4cc340a4761e3a84938b1dc5a17e81" diff --git a/pyproject.toml b/pyproject.toml index 7339c2b..05c2d3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ tox-docker = "5.0.0" pre-commit = "^3.5.0" bumpversion = "^0.6.0" requests = "2.32.3" -tox = "^4.18.0" +tox = "^4.23.2" [build-system] requires = ["poetry-core>=1.0.0"]