diff options
author | Bernát Gábor <bgabor8@bloomberg.net> | 2022-07-25 18:35:50 -0700 |
---|---|---|
committer | Bernát Gábor <gaborjbernat@gmail.com> | 2022-09-09 18:55:46 -0700 |
commit | 01004234a48a834a8f814b2639b5d78fbc4462a6 (patch) | |
tree | 0b443e964cda6d9403d1a46fa653ca130ea1e8f5 /tox.ini | |
parent | 1dbb2ac39cf4c343458f94bb6945230a6df0e3cc (diff) | |
download | tox-git-01004234a48a834a8f814b2639b5d78fbc4462a6.tar.gz |
Bump dependencies
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -39,7 +39,7 @@ passenv = PROGRAMDATA skip_install = true deps = - pre-commit>=2.16 + pre-commit>=2.20 commands = pre-commit run --all-files --show-diff-on-failure {tty:--color=always} {posargs} python -c 'print(r"hint: run {envbindir}{/}pre-commit install to add checks as pre-commit hook")' @@ -49,7 +49,7 @@ description = run type check on code base setenv = {tty:MYPY_FORCE_COLOR = 1} deps = - mypy==0.950 + mypy==0.971 types-cachetools types-chardet commands = @@ -69,9 +69,9 @@ commands = description = check that the long description is valid skip_install = true deps = - build[virtualenv]>=0.7 - check-wheel-contents>=0.3.3 - twine>=3.7.1 + build[virtualenv]>=0.8 + check-wheel-contents>=0.3.4 + twine>=4.0.1 commands = python -m build -o {envtmpdir} -s -w . twine check {envtmpdir}{/}* @@ -81,9 +81,9 @@ commands = description = do a release, required posarg of the version number skip_install = true deps = - gitpython>=3.1.24 + gitpython>=3.1.27 packaging>=21.3 - towncrier>=21.3 + towncrier>=21.9 commands = python {toxinidir}/tasks/release.py --version {posargs} |