From d9b5538e3c758d9835fd97a0a60ab2dff810e984 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Tue, 28 May 2024 14:04:58 +0500 Subject: [PATCH] Bump twinecheck deps. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 37a27ae83..615164714 100644 --- a/tox.ini +++ b/tox.ini @@ -86,8 +86,8 @@ commands = [testenv:twinecheck] basepython = python3 deps = - twine==4.0.2 - build==1.0.3 + twine==5.1.0 + build==1.2.1 commands = python -m build --sdist twine check dist/*