From 6edcb59a7b2453535549c16a9a18abc3423b3d04 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Tue, 20 May 2025 09:14:59 -0400 Subject: [PATCH] Update setuptools, wheel, and twine for devs --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 669f1fe8..878432da 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,10 +4,10 @@ black==24.4.2; implementation_name == 'cpython' build==1.2.1 mypy==1.10.1; implementation_name =='cpython' pytest==8.2.2 -setuptools==70.3.0 +setuptools==80.7.1 tox==4.16.0 tox-gh-actions==3.2.0 -twine==5.1.1 -wheel==0.43.0 +twine==6.1.0 +wheel==0.46.1 Sphinx==7.4.4