From f3cebe8dab3d714f19e0ac8944d6fbc18408dfa8 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sat, 7 Oct 2023 15:45:36 +0900 Subject: [PATCH] Update deps of testenvs --- tox.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index a799507..07050b4 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ commands = [testenv:clean] skip_install = true deps = - cleanpy + cleanpy>=0.4 commands = cleanpy --all --exclude-envs . @@ -40,8 +40,8 @@ commands = [testenv:fmt] skip_install = true deps = - autoflake - black + autoflake>=2 + black>=23.1 isort>=5 commands = black setup.py test tblfaker @@ -51,9 +51,9 @@ commands = [testenv:lint] skip_install = true deps = - codespell - mypy>=0.761 - pylama + codespell>=2 + mypy>=1 + pylama>=8.4.1 pytype commands = python setup.py check