summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-11-22 18:22:12 -0800
committerBernát Gábor <gaborjbernat@gmail.com>2022-11-22 18:27:47 -0800
commit9da1baf852ec6897194b1313c7bdc4031d7b1c34 (patch)
treed00f1cf715a00202b05bec1f5bce51e8d150fc43 /tox.ini
parente9a8b2f2d4c5a1bd3e73f28bffb435bc278bb48b (diff)
downloadtox-git-9da1baf852ec6897194b1313c7bdc4031d7b1c34.tar.gz
Bump deps and tools
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9e539f55..a2cf1137 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,7 @@ envlist =
pkg_meta
isolated_build = true
skip_missing_interpreters = true
+minversion = 3.22
[testenv]
description = run the tests with pytest under {envname}
@@ -56,7 +57,7 @@ description = run type check on code base
setenv =
{tty:MYPY_FORCE_COLOR = 1}
deps =
- mypy==0.982
+ mypy==0.991
types-cachetools>=5.2.1
types-chardet>=5.0.4
commands =