From 9d2f3cd0c2dfceaab34c4531508ab91e5482cc86 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Wed, 10 Jul 2024 09:35:50 +1000 Subject: [PATCH] sel4-deps: bump autopep8 version The version bump should be stable in code layout and fixes crashes on more recent python code. Signed-off-by: Gerwin Klein --- tools/python-deps/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python-deps/setup.py b/tools/python-deps/setup.py index 1368e4311..c69bc3a19 100644 --- a/tools/python-deps/setup.py +++ b/tools/python-deps/setup.py @@ -35,13 +35,13 @@ DEPS = [ 'pyfdt', 'cmake-format==0.4.5', 'guardonce', - 'autopep8==1.4.3', + 'autopep8==2.3.1', 'libarchive-c', ] setup( name='sel4-deps', - version='0.4.0', + version='0.5.0', description='Metapackage for downloading build dependencies for the seL4 microkernel', url="https://sel4.systems", licence='BSD2',