diff --git a/poetry.lock b/poetry.lock index eb513a0..9fd7d62 100644 --- a/poetry.lock +++ b/poetry.lock @@ -322,7 +322,7 @@ python-versions = ">=3.7" [[package]] name = "tox" -version = "3.24.5" +version = "3.25.0" description = "tox is a generic virtualenv management and test command line tool" category = "dev" optional = false @@ -371,7 +371,7 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "32eb2c0daf52408009f1e94e28c7024d0e1d54326365ec48fb13dc44f3bd272b" +content-hash = "4abcbeb47d1245eb6d3f35717bf2f8a0174d537267b65662e672add8f8f47fdc" [metadata.files] atomicwrites = [ @@ -602,8 +602,8 @@ tomli = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] tox = [ - {file = "tox-3.24.5-py2.py3-none-any.whl", hash = "sha256:be3362472a33094bce26727f5f771ca0facf6dafa217f65875314e9a6600c95c"}, - {file = "tox-3.24.5.tar.gz", hash = "sha256:67e0e32c90e278251fea45b696d0fef3879089ccbe979b0c556d35d5a70e2993"}, + {file = "tox-3.25.0-py2.py3-none-any.whl", hash = "sha256:0805727eb4d6b049de304977dfc9ce315a1938e6619c3ab9f38682bb04662a5a"}, + {file = "tox-3.25.0.tar.gz", hash = "sha256:37888f3092aa4e9f835fc8cc6dadbaaa0782651c41ef359e3a5743fcb0308160"}, ] typing-extensions = [ {file = "typing_extensions-4.1.1-py3-none-any.whl", hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"}, diff --git a/pyproject.toml b/pyproject.toml index 7fea018..7a58a62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ black = { version = "^22.3", python = "^3.7" } mypy = "0.942" pre-commit = "^2.18" bw_sphinxtheme = "^0.1.8" -tox = "^3.24" +tox = "^3.25" [build-system] requires = ["poetry-core>=1.0.0"]