Skip to content

Commit

Permalink
bump black
Browse files Browse the repository at this point in the history
  • Loading branch information
oertl committed Apr 3, 2024
1 parent 5478689 commit 5811efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spotless {
ratchetFrom 'origin/main'
python {
target 'python/**/*.py'
black('23.3.0')
black('24.3.0')
licenseHeader readPythonLicense('APACHE_2_0_DYNATRACE'), '(import|from)'
}
java {
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==23.3.0
black==24.3.0
click
gitpython
matplotlib
Expand Down

0 comments on commit 5811efd

Please sign in to comment.