diff --git a/poetry.lock b/poetry.lock index 32085d7..5e36e81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -352,7 +352,7 @@ python-versions = ">=3.7" [[package]] name = "tox" -version = "3.27.0" +version = "3.27.1" description = "tox is a generic virtualenv management and test command line tool" category = "dev" optional = false @@ -430,7 +430,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = ">=3.7,<4" -content-hash = "b4ab0fa2abadfcdf6e7a9066e3fb0734e724c0cd2d936909e8910e33238fb429" +content-hash = "ed4d2a89d269a03d22320b29c895d4d7067840f0ea3568e730666d31aff003de" [metadata.files] attrs = [ @@ -678,8 +678,8 @@ tomli = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] tox = [ - {file = "tox-3.27.0-py2.py3-none-any.whl", hash = "sha256:89e4bc6df3854e9fc5582462e328dd3660d7d865ba625ae5881bbc63836a6324"}, - {file = "tox-3.27.0.tar.gz", hash = "sha256:d2c945f02a03d4501374a3d5430877380deb69b218b1df9b7f1d2f2a10befaf9"}, + {file = "tox-3.27.1-py2.py3-none-any.whl", hash = "sha256:f52ca66eae115fcfef0e77ef81fd107133d295c97c52df337adedb8dfac6ab84"}, + {file = "tox-3.27.1.tar.gz", hash = "sha256:b2a920e35a668cc06942ffd1cf3a4fb221a4d909ca72191fb6d84b0b18a7be04"}, ] typed-ast = [ {file = "typed_ast-1.5.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:669dd0c4167f6f2cd9f57041e03c3c2ebf9063d0757dc89f79ba1daa2bfca9d4"}, diff --git a/pyproject.toml b/pyproject.toml index bf02745..80277d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ flake8 = "^5.0.4" isort = "^5.7.0" mypy = "^0.990" pytest = "^7.0.1" -tox = "^3.25.1" +tox = "^3.27.1" black = "^22.8" pytest-cov = "^4.0.0" pytest-mock = "^3.6.1"