diff --git a/poetry.lock b/poetry.lock index 0dce65ed..a0f828de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1248,7 +1248,7 @@ python-versions = ">= 3.5" [[package]] name = "tox" -version = "3.24.3" +version = "3.24.4" description = "tox is a generic virtualenv management and test command line tool" category = "dev" optional = false @@ -1396,7 +1396,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = ">=3.8.0,<3.10" -content-hash = "2979dd083de8a326c7d7c22ae3bfe61bb3dd7deec3980afecba7f38e2c4de43d" +content-hash = "b83b25ae1784ee4caa3344bb95122b2600b69fd1b0088ea73af81cb63f369609" [metadata.files] alabaster = [ @@ -2221,8 +2221,8 @@ tornado = [ {file = "tornado-6.1.tar.gz", hash = "sha256:33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791"}, ] tox = [ - {file = "tox-3.24.3-py2.py3-none-any.whl", hash = "sha256:9fbf8e2ab758b2a5e7cb2c72945e4728089934853076f67ef18d7575c8ab6b88"}, - {file = "tox-3.24.3.tar.gz", hash = "sha256:c6c4e77705ada004283610fd6d9ba4f77bc85d235447f875df9f0ba1bc23b634"}, + {file = "tox-3.24.4-py2.py3-none-any.whl", hash = "sha256:5e274227a53dc9ef856767c21867377ba395992549f02ce55eb549f9fb9a8d10"}, + {file = "tox-3.24.4.tar.gz", hash = "sha256:c30b57fa2477f1fb7c36aa1d83292d5c2336cd0018119e1b1c17340e2c2708ca"}, ] tqdm = [ {file = "tqdm-4.62.2-py2.py3-none-any.whl", hash = "sha256:80aead664e6c1672c4ae20dc50e1cdc5e20eeff9b14aa23ecd426375b28be588"}, diff --git a/pyproject.toml b/pyproject.toml index 03c81b04..60721146 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ bump2version = "1.0.1" wheel = "0.36.2" watchdog = "2.1.5" flake8 = "3.9.2" -tox = "3.24.3" +tox = "3.24.4" coverage = "5.5" twine = "3.4.2" pytest = "6.2.5"