From 25cd905868a62d5077f8b8bb94ec4175c65e3936 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 9 Jul 2021 23:18:27 -0300 Subject: [PATCH] tox: bump dev depedencies --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index d8a28aa..57942f3 100644 --- a/tox.ini +++ b/tox.ini @@ -5,12 +5,12 @@ isolated_build = true [testenv] ignore_errors = true deps = - pytest==6.2.3 + pytest==6.2.4 pytest-asyncio==0.15.1 - pytest-cov==2.11.1 - flake8==3.9.1 - black==20.8b1 - mypy==0.812 + pytest-cov==2.12.1 + flake8==3.9.2 + black==21.6b0 + mypy==0.910 pytest-instafail==0.4.2 commands = black --check litecord run.py tests manage