From be0bc7b1576b46787fbde5ccf2f94cea323e5226 Mon Sep 17 00:00:00 2001 From: spacebear Date: Tue, 20 May 2025 15:03:52 -0400 Subject: [PATCH] Upgrade setuptools Fix dependabot alerts https://github.com/payjoin/rust-payjoin/security/dependabot/30 and https://github.com/payjoin/rust-payjoin/security/dependabot/31 --- payjoin-ffi/python/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/payjoin-ffi/python/requirements.txt b/payjoin-ffi/python/requirements.txt index 8b1ee9e08..872c30539 100644 --- a/payjoin-ffi/python/requirements.txt +++ b/payjoin-ffi/python/requirements.txt @@ -1,4 +1,4 @@ semantic-version==2.9.0 typing_extensions==4.0.1 -setuptools==67.4.0 -wheel==0.38.4 \ No newline at end of file +setuptools==78.1.1 +wheel==0.38.4