summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index e8812c65..f86aedf6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -43,7 +43,7 @@ passenv =
PROGRAMDATA
skip_install = true
deps =
- pre-commit>=2.21
+ pre-commit>=3.2
commands =
pre-commit run --all-files --show-diff-on-failure {posargs}
python -c 'print(r"hint: run {envbindir}{/}pre-commit install to add checks as pre-commit hook")'
@@ -51,9 +51,9 @@ commands =
[testenv:type]
description = run type check on code base
deps =
- mypy==0.991
- types-cachetools>=5.3
- types-chardet>=5.0.4.1
+ mypy==1.1.1
+ types-cachetools>=5.3.0.4
+ types-chardet>=5.0.4.2
commands =
mypy src/tox
mypy tests
@@ -82,7 +82,7 @@ commands =
description = do a release, required posarg of the version number
skip_install = true
deps =
- gitpython>=3.1.30
+ gitpython>=3.1.31
packaging>=23
towncrier>=22.12
commands =