Skip to content

Commit

Permalink
fix(style): bump black to 24.3.0 to fix black's first CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Mar 20, 2024
1 parent 2c8bed7 commit 9ef08c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion readalongs/text/make_fsg.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
file for processing by PocketSphinx, SoundSwallower or SoundSwallower.js
"""


import datetime
import os

Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a set of development dependencies
black~=23.0
black>=24.3.0, ==24.*
flake8>=4.0.1
gitlint-core==0.17.0
isort>=5.10.1
Expand Down

0 comments on commit 9ef08c7

Please sign in to comment.