diff --git a/poetry.lock b/poetry.lock index 424c0b6..d94c06f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -840,14 +840,14 @@ files = [ [[package]] name = "tox" -version = "4.0.14" +version = "4.0.15" 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.14-py3-none-any.whl", hash = "sha256:4e7e87ef5d1cf62f2b4413dd5ae5a940b24c0924627783b51c06c0e3d32ce225"}, - {file = "tox-4.0.14.tar.gz", hash = "sha256:498a53c66ba8c1005d0bbee4fe4c477913d4f27cadd5c00bc972f04ed31f8b19"}, + {file = "tox-4.0.15-py3-none-any.whl", hash = "sha256:2ecb6acee1a9e84fbc83c6aa5a8554b8c6e4048f07f4136b5e2669e5566429b1"}, + {file = "tox-4.0.15.tar.gz", hash = "sha256:5017f6717b2199d7864addee5b6f4381517f64b669efe05753e61c80f0f324e9"}, ] [package.dependencies] @@ -931,4 +931,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 = "81d21bc98ba416f21b72fcc5e1b4fb6d34b22ccce87b9fb6ea3d5f7564620f58" +content-hash = "8729fd356750aee0edd8cfcce987f3bbca06c0ad0165caf94d25dfeba961b71d" diff --git a/pyproject.toml b/pyproject.toml index 354bd6b..d8ab813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pre-commit = "2.20.0" liccheck = "0.8.1" isort = "5.11.3" python-dotenv = "0.21.0" -tox = "4.0.14" +tox = "4.0.15" # Authorized and unauthorized licenses in LOWER CASE [tool.liccheck]