diff --git a/poetry.lock b/poetry.lock index 92631c8..a763497 100644 --- a/poetry.lock +++ b/poetry.lock @@ -474,13 +474,13 @@ files = [ [[package]] name = "tox" -version = "4.13.0" +version = "4.14.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.13.0-py3-none-any.whl", hash = "sha256:1143c7e2489c68026a55d3d4ae84c02c449f073b28e62f80e3e440a3b72a4afa"}, - {file = "tox-4.13.0.tar.gz", hash = "sha256:dd789a554c16c4b532924ba393c92fc8991323c4b3d466712bfecc8c9b9f24f7"}, + {file = "tox-4.14.0-py3-none-any.whl", hash = "sha256:35976739e39e60e913bef4cf8226be64eb9eed6fdb9a44c6924265ebe11cbcae"}, + {file = "tox-4.14.0.tar.gz", hash = "sha256:286807f8a581e55785dc30ff956a81583016625f6dd296948aa7a43001c1bb00"}, ] [package.dependencies] @@ -550,4 +550,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "ed279315b9070bfe4265037b434d76f021402ac8c1be160579a19620104bfc33" +content-hash = "8da9e75c09c213635d8d4006b732a22b904f7bbc4840e934fa44afca32b3de6c" diff --git a/pyproject.toml b/pyproject.toml index b6737c4..46e84be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ optional = true coverage = {version = '^7.4.3', extras = ['toml',]} pytest = '^8.0.2' pytest-cov = '^4.1.0' -tox = '^4.13.0' +tox = '^4.14.0' tox-gh-actions = '^3.2.0'