diff --git a/poetry.lock b/poetry.lock index 6ad605d..f1c8fe8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -839,14 +839,14 @@ files = [ [[package]] name = "tox" -version = "4.0.19" +version = "4.1.0" description = "tox is a generic virtualenv management and test command line tool" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "tox-4.0.19-py3-none-any.whl", hash = "sha256:2a51d4fd98a93b24819abbe9327fd759d39da73fb13aec3da954e8cd11f902ff"}, - {file = "tox-4.0.19.tar.gz", hash = "sha256:31d95663dc66f8d53fdf0825f1fc931404b1db5380482c5449628f49db767047"}, + {file = "tox-4.1.0-py3-none-any.whl", hash = "sha256:78a6cb9c1dc09a051a0301dd4aadbae420a82eb85066513f5954e2455d19b61e"}, + {file = "tox-4.1.0.tar.gz", hash = "sha256:a8008a8e647465e284ec1575093918e78b01140b8fdf176504c3f5cc986dfb57"}, ] [package.dependencies] @@ -930,4 +930,4 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7 [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "81a7746fd2050e3c80e89a66473db1495066d34922dd03675aba938e565cb678" +content-hash = "178d0066484f8138cc431274cc69db5bf28b87950158cd3d4ef5507073be4912" diff --git a/pyproject.toml b/pyproject.toml index 3b33325..caedd47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pre-commit = "2.21.0" liccheck = "0.8.2" isort = "5.11.4" python-dotenv = "0.21.0" -tox = "4.0.19" +tox = "4.1.0" # Authorized and unauthorized licenses in LOWER CASE [tool.liccheck]