diff --git a/poetry.lock b/poetry.lock index aba9bfb..d7dc24e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -839,14 +839,14 @@ files = [ [[package]] name = "tox" -version = "4.2.3" +version = "4.2.4" description = "tox is a generic virtualenv management and test command line tool" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "tox-4.2.3-py3-none-any.whl", hash = "sha256:4b31cdf6ec8b6ef12d2712aad0244c53c77af52964b94b2d6fcb058afeae8baf"}, - {file = "tox-4.2.3.tar.gz", hash = "sha256:4647fb4ffd683686d8b1cb4836fadda5858abe38b706ed1818d3de5ec95e2b0b"}, + {file = "tox-4.2.4-py3-none-any.whl", hash = "sha256:f51407aaff87f6f5361ae2733cffd371940ed001792b60ea50d955c266b3b22b"}, + {file = "tox-4.2.4.tar.gz", hash = "sha256:05b1cbf94e02eff40818860b352b4a452d7369558f3bb05809043c6b4c36e5f4"}, ] [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 = "ce80ed7816cca98f7819bf52c5cd8b0b23b6261ab3e248b054a22df870b0c179" +content-hash = "c8c8d4fdfe3976bfb7833bf6e7f6f2bad016522c35d9a869ba66704d9479c331" diff --git a/pyproject.toml b/pyproject.toml index 4edec0f..2f772b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pre-commit = "2.21.0" liccheck = "0.8.3" isort = "5.11.4" python-dotenv = "0.21.0" -tox = "4.2.3" +tox = "4.2.4" # Authorized and unauthorized licenses in LOWER CASE [tool.liccheck]