From 2fba1c33029c65b0a74aef9b71c44e0e02705c32 Mon Sep 17 00:00:00 2001 From: Avinash Jois Date: Tue, 21 Feb 2023 16:01:30 -0800 Subject: [PATCH] [Dependencies] Bump Pylink Pylink 1.0 has the following breaking change: @denravonska: Changed .flash() to no longer erase chip on flash; users will now need to ensure they call .erase() prior to flashing a non-erased region of flash. However, pyOCD doesn't use JLinks's flash routines so there is no call in the codebase to `.flash()` from `pylink`. This makes it safe to allow `pylink` packages with a major version of 1. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3fb958208..d55853da8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,7 +58,7 @@ install_requires = natsort>=8.0.0,<9.0 prettytable>=2.0,<4.0 pyelftools<1.0 - pylink-square>=0.11.1,<1.0 + pylink-square>=0.11.1,<2.0 pyusb>=1.2.1,<2.0 pyyaml>=6.0,<7.0 six>=1.15.0,<2.0