diff --git a/poetry.lock b/poetry.lock index 0da3787c..1d477743 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1449,7 +1449,7 @@ python-versions = ">= 3.5" [[package]] name = "tox" -version = "3.24.5" +version = "3.25.0" description = "tox is a generic virtualenv management and test command line tool" category = "dev" optional = false @@ -1598,7 +1598,7 @@ fastapi-crudrouter = [] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "a05c1a61b183530adaf32dc24e67ed99983cdcb8263bb609f1a3500061136307" +content-hash = "05759039813da31b59799889aa91606bb1dfd2ac2e174123779e857453a3642d" [metadata.files] aiohttp = [ @@ -2640,8 +2640,8 @@ tornado = [ {file = "tornado-6.1.tar.gz", hash = "sha256:33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791"}, ] tox = [ - {file = "tox-3.24.5-py2.py3-none-any.whl", hash = "sha256:be3362472a33094bce26727f5f771ca0facf6dafa217f65875314e9a6600c95c"}, - {file = "tox-3.24.5.tar.gz", hash = "sha256:67e0e32c90e278251fea45b696d0fef3879089ccbe979b0c556d35d5a70e2993"}, + {file = "tox-3.25.0-py2.py3-none-any.whl", hash = "sha256:0805727eb4d6b049de304977dfc9ce315a1938e6619c3ab9f38682bb04662a5a"}, + {file = "tox-3.25.0.tar.gz", hash = "sha256:37888f3092aa4e9f835fc8cc6dadbaaa0782651c41ef359e3a5743fcb0308160"}, ] typed-ast = [ {file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:2068531575a125b87a41802130fa7e29f26c09a2833fea68d9a40cf33902eba6"}, diff --git a/pyproject.toml b/pyproject.toml index 4001d9d3..ec770b0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ pytest-env = "^0.6.2" pytest-mockservers = "^0.6.0" pytest-xdist = "^2.5.0" redislite = "^6.0.674960" -tox = "^3.24.4" +tox = "^3.25.0" pylint = "^2.13.5" setuptools-git-versioning = "^1.9.2"