summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2023-02-05 13:50:31 -0800
committerGitHub <noreply@github.com>2023-02-05 13:50:31 -0800
commit80db13b780212af769e362dd4ad844bdfdc0b67a (patch)
tree0a06f7e63ccb08b6bada4b4d17fd4c7e62461a4e /tox.ini
parentb7fec1e236eeddefec9023f5d6ced94c5c2871cf (diff)
downloadtox-git-80db13b780212af769e362dd4ad844bdfdc0b67a.tar.gz
Bump deps and tools (#2913)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2f803f23..e8812c65 100644
--- a/tox.ini
+++ b/tox.ini
@@ -52,7 +52,7 @@ commands =
description = run type check on code base
deps =
mypy==0.991
- types-cachetools>=5.2.1
+ types-cachetools>=5.3
types-chardet>=5.0.4.1
commands =
mypy src/tox
@@ -70,7 +70,7 @@ commands =
description = check that the long description is valid
skip_install = true
deps =
- build[virtualenv]>=0.9
+ build[virtualenv]>=0.10
check-wheel-contents>=0.4
twine>=4.0.2
commands =