From 296023a20d15bc8d24f4a5e82c31232c97acb67f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:36:12 +0000 Subject: [PATCH 1/2] Bump black from 23.12.1 to 24.3.0 Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.12.1...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index 43e06de0a..4872aecca 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,2 +1,2 @@ pyyaml -black==23.12.1 +black==24.3.0 From c19320ff9656d5b20a084c63a96e8c5400ec548f Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Fri, 26 Apr 2024 14:07:57 +0200 Subject: [PATCH 2/2] Fix indentation regression due to updated black Signed-off-by: Pierre R. Mai --- osi3trace/osi_trace.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osi3trace/osi_trace.py b/osi3trace/osi_trace.py index 49453c660..4d0699dbf 100644 --- a/osi3trace/osi_trace.py +++ b/osi3trace/osi_trace.py @@ -1,6 +1,7 @@ """ Module to handle and manage OSI trace files. """ + import lzma import struct