diff --git a/poetry.lock b/poetry.lock index 0351195..4a1c3c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1260,13 +1260,13 @@ files = [ [[package]] name = "tox" -version = "4.12.0" +version = "4.12.1" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.12.0-py3-none-any.whl", hash = "sha256:c94bf5852ba41f3d9f1e3470ccf3390e0b7bdc938095be3cd96dce25ab5062a0"}, - {file = "tox-4.12.0.tar.gz", hash = "sha256:76adc53a3baff7bde80d6ad7f63235735cfc5bc42e8cb6fccfbf62cb5ffd4d92"}, + {file = "tox-4.12.1-py3-none-any.whl", hash = "sha256:c07ea797880a44f3c4f200ad88ad92b446b83079d4ccef89585df64cc574375c"}, + {file = "tox-4.12.1.tar.gz", hash = "sha256:61aafbeff1bd8a5af84e54ef6e8402f53c6a6066d0782336171ddfbf5362122e"}, ] [package.dependencies] @@ -1514,4 +1514,4 @@ uvloop = ["uvloop"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "9891434ea4015554efa1d83da500437de87f7e29c53af267397a75858965e059" +content-hash = "79a66da9f20d65bb17550aabf3a2df2780a6e28423231d805b5bdd6e64f0cd3e" diff --git a/pyproject.toml b/pyproject.toml index db90667..31f2883 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ pytest = "7.4.4" coverage = "7.4.0" pytest-django = "4.7.0" pre-commit = "3.6.0" -tox = "4.12.0" +tox = "4.12.1" tox-gh-actions = "3.2.0" [tool.poetry.group.docs.dependencies]