From 988237527f60e41ddb25cd317a2bbda9f9746d04 Mon Sep 17 00:00:00 2001
From: Bartek Wrona <wrona@syncad.com>
Date: Mon, 24 Mar 2025 17:25:08 +0100
Subject: [PATCH] Updated setuptools version to commonly used by other packages

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 1bdb133..6ea2138 100755
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ tests_require = [
     "pytest == 7.2.2",
     "pytest-mock == 3.12.0",
     "parameterized == 0.9.0",
-    "setuptools == 69.1.1",
+    "setuptools == 77.0.3",
     "wheel == 0.42.0",
     "future == 0.18.2",
     "cryptography == 3.4.7",
-- 
GitLab