diff options
author | Bernát Gábor <gaborjbernat@gmail.com> | 2022-10-31 06:20:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 23:20:56 -0700 |
commit | f99073c9f113b0d6d34555bb8d11d99b294b127e (patch) | |
tree | 9dd7df61d285e3a76aa761db0aaa21b09fa13a63 /tox.ini | |
parent | c97e0b8c3a71ec33bd13a322807a10c6f733a705 (diff) | |
download | tox-git-f99073c9f113b0d6d34555bb8d11d99b294b127e.tar.gz |
Bump tools and deps (#2522)
* Bump tools and deps
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Simplify docs conf
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -56,7 +56,7 @@ description = run type check on code base setenv = {tty:MYPY_FORCE_COLOR = 1} deps = - mypy==0.971 + mypy==0.982 types-cachetools>=5.2.1 types-chardet>=5.0.4 commands = @@ -76,8 +76,8 @@ commands = description = check that the long description is valid skip_install = true deps = - build[virtualenv]>=0.8 - check-wheel-contents>=0.3.4 + build[virtualenv]>=0.9 + check-wheel-contents>=0.4 twine>=4.0.1 commands = python -m build -o {envtmpdir} -s -w . @@ -88,7 +88,7 @@ commands = description = do a release, required posarg of the version number skip_install = true deps = - gitpython>=3.1.27 + gitpython>=3.1.29 packaging>=21.3 towncrier>=22.8 commands = |