Skip to content

Commit 70f79a7

Browse files
authored
Merge pull request #793 from OpenSimulationInterface/dependabot/pip/black-24.3.0
Bump black from 23.12.1 to 24.3.0
2 parents 560d23a + c19320f commit 70f79a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

osi3trace/osi_trace.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Module to handle and manage OSI trace files.
33
"""
4+
45
import lzma
56
import struct
67

requirements_tests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pyyaml
2-
black==23.12.1
2+
black==24.3.0

0 commit comments

Comments
 (0)