From 373c6ed0fe67b4d3730c9ae9f61fe841d79c492b Mon Sep 17 00:00:00 2001 From: Lucas Zampieri Date: Tue, 12 Nov 2024 16:35:14 -0300 Subject: [PATCH] Update Bluepy to 1.3.0 Bluepy 1.0.5 fails to build on newer distributions. I've been using this on Fedora 40 for more than a year, without any issue. Fixes: https://github.com/kenkeiter/lantern/issues/5 Signed-off-by: Lucas Zampieri --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 944ec7d..356deaa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -bluepy==1.0.5 \ No newline at end of file +bluepy==1.3.0